Changeset 211 for trunk/src/trustfile.c


Ignore:
Timestamp:
Feb 3, 2009, 8:45:50 PM (16 years ago)
Author:
katerina
Message:

Allow shell expansion for cofiguration file values (ticket #137).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/trustfile.c

    r192 r211  
    827827              /* smack on the /../
    828828               */
    829               t_const = "/../";
     829              t_const = "/../"; t = (char *)t_const;
    830830              while(*t && b < end)
    831                 *b++ = *t_const++;
     831                *b++ = *t++;
    832832
    833833              /* append the symlink referent
Note: See TracChangeset for help on using the changeset viewer.