diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-24 11:24:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:43 -0500 |
commit | 1713b43c1a28aadfecf641dfdd6e070ef3dfba1b (patch) | |
tree | 5cacd60751214be823b03865bc5700c71fe5b9dc /source4/nsswitch/winbind_nss_linux.h | |
parent | 2fe8a02f98b6c5a1788f209b3e2ed4231323b6b0 (diff) | |
download | samba-1713b43c1a28aadfecf641dfdd6e070ef3dfba1b.tar.gz samba-1713b43c1a28aadfecf641dfdd6e070ef3dfba1b.tar.bz2 samba-1713b43c1a28aadfecf641dfdd6e070ef3dfba1b.zip |
r17792: io.out.winsserver is a const char *,
and iname->winserver = talloc_steal(iname, io.out.winsserver)
generated a warning, so I changed iname->winsserver to also
be a const char *.
then a talloc_free(iname->winsserver) would generate a warning,
but we can steal it into the tmp_ctx without a warning
and that gets free'ed a few lines later.
metze
(This used to be commit fdef17f81e5fc48cca3dd7611d6d5007147473b1)
Diffstat (limited to 'source4/nsswitch/winbind_nss_linux.h')
0 files changed, 0 insertions, 0 deletions