git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
030caf2
)
Fix build of nisplus lookup
author
Andreas Piesk
<a.piesk@mailbox.org>
Fri, 22 Dec 2017 10:05:02 +0000
(10:05 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 22 Dec 2017 10:29:27 +0000
(10:29 +0000)
src/src/lookups/nisplus.c
patch
|
blob
|
history
diff --git
a/src/src/lookups/nisplus.c
b/src/src/lookups/nisplus.c
index e4184bbd66ca9b1e68a381b8805bd672e63be54e..7cd00eedf15cd865dde0bffc289f0d132e613d9c 100644
(file)
--- a/
src/src/lookups/nisplus.c
+++ b/
src/src/lookups/nisplus.c
@@
-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
-
e
yield = string_catn(yield, value, len);
+
yield = string_catn(yield, value, len);
yield = string_catn(yield, US" ", 1);
}