Fix build of nisplus lookup
authorAndreas Piesk <a.piesk@mailbox.org>
Fri, 22 Dec 2017 10:05:02 +0000 (10:05 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Fri, 22 Dec 2017 10:29:27 +0000 (10:29 +0000)
src/src/lookups/nisplus.c

index e4184bbd66ca9b1e68a381b8805bd672e63be54e..7cd00eedf15cd865dde0bffc289f0d132e613d9c 100644 (file)
@@ -54,7 +54,6 @@ nis_object *tno, *eno;
 struct entry_obj *eo;
 struct table_obj *ta;
 uschar *p = query + length;
-uschar *yield = NULL;
 gstring * yield = NULL;
 
 do_cache = do_cache;   /* Placate picky compilers */
@@ -173,7 +172,7 @@ for (i = 0; i < eo->en_cols.en_cols_len; i++)
       yield = string_catn(yield, US"\"", 1);
       }
     else
-    eyield = string_catn(yield, value, len);
+      yield = string_catn(yield, value, len);
 
     yield = string_catn(yield, US" ", 1);
     }