diff options
author | corvid <corvid@lavabit.com> | 2009-04-24 14:43:15 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-04-24 14:43:15 +0000 |
commit | 3b8078f51c75b6d9160688c544db60729df83e90 (patch) | |
tree | 771201b87f9c953fbe9154ade21e2eb0629cadb5 /src/auth.c | |
parent | d8e27cdd2c142eefb0c99eac9f8861b4e5e64027 (diff) |
dStrdup
Diffstat (limited to 'src/auth.c')
-rw-r--r-- | src/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -362,7 +362,7 @@ static void Auth_realm_add_path(AuthRealm_t *realm, const char *path) int len, i; char *realm_path, *n_path; - n_path = strdup(path); + n_path = dStrdup(path); len = strlen(n_path); /* remove trailing '/' */ |