From e36c1a81e06e59855817f79d9b430763acc4d87a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 10 Feb 1997 18:14:56 +0000 Subject: Added RFC1985 ETRN support. svn path=/trunk/; revision=861 --- uid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uid.c') 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__ -- cgit v1.2.3