diff options
author | paul <paul@7b491191-dbf0-0310-aff6-d879d4d69008> | 2004-12-08 10:38:43 +0000 |
---|---|---|
committer | paul <paul@7b491191-dbf0-0310-aff6-d879d4d69008> | 2004-12-08 10:38:43 +0000 |
commit | e8e21f1d316b227eb34abbf94a1832c51e0904e3 (patch) | |
tree | 4cf2ccec55c0a7a365f5fff0f12176f3d7afe9f3 /timsieve.c | |
parent | 260f4522268ec33e7e636cafe916fee1b4aad890 (diff) |
applied the garbage-collection and my_strdup patches
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@1498 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'timsieve.c')
-rw-r--r-- | timsieve.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -411,13 +411,13 @@ int tims(void *stream, void *instream, char *buffer, char *client_ip UNUSED, session-> username = - strdup + my_strdup (tmp64 [1]); session-> password = - strdup + my_strdup (tmp64 [2]); } else { |