From 338b31a37567fb4e66d4918d3261ab3dbde05055 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 10 Feb 1997 09:33:43 +0000 Subject: Various minor bugfixes. svn path=/trunk/; revision=859 --- uid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'uid.c') diff --git a/uid.c b/uid.c index 32aa0b36..9dd1979c 100644 --- a/uid.c +++ b/uid.c @@ -145,6 +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; } #ifdef __UNUSED__ -- cgit v1.2.3