aboutsummaryrefslogtreecommitdiffstats
path: root/uid.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-10 18:14:56 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-10 18:14:56 +0000
commite36c1a81e06e59855817f79d9b430763acc4d87a (patch)
tree66a43ab844419b9bd6ff4b7827d1c14b17084e15 /uid.c
parent68bf9602059968fea6bfa657fe3ff4410ad8f85f (diff)
downloadfetchmail-e36c1a81e06e59855817f79d9b430763acc4d87a.tar.gz
fetchmail-e36c1a81e06e59855817f79d9b430763acc4d87a.tar.bz2
fetchmail-e36c1a81e06e59855817f79d9b430763acc4d87a.zip
Added RFC1985 ETRN support.
svn path=/trunk/; revision=861
Diffstat (limited to 'uid.c')
-rw-r--r--uid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uid.c b/uid.c
index 9dd1979c..d7179973 100644
--- a/uid.c
+++ b/uid.c
@@ -145,7 +145,7 @@ void save_str_pair(struct idlist **idl, const char *str1, const char *str2)
(*end)->val.id2 = xstrdup(str2);
else
(*end)->val.id2 = (char *)NULL;
- (*end)->next = (char *)NULL;
+ (*end)->next = (struct idlist *)NULL;
}
#ifdef __UNUSED__