summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-05-22 11:25:43 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-05-22 11:25:43 +0000
commitc2b867038a9e4ddad987bbc6472bd9b8d42fed9d (patch)
tree4e60300331a23063e20b6e8fc51d6200ebac70d4 /source3/Makefile.in
parentaf4cea476c1ae3c3a96faa7970597838071cb5a7 (diff)
downloadsamba-c2b867038a9e4ddad987bbc6472bd9b8d42fed9d.tar.gz
samba-c2b867038a9e4ddad987bbc6472bd9b8d42fed9d.tar.bz2
samba-c2b867038a9e4ddad987bbc6472bd9b8d42fed9d.zip
Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and move
the DATA_BLOB code into its own file. It would be nice to go over some of the other util.c functions, and check that we still use them all, and that we use them in more than one place. Andrew Bartlett (This used to be commit d0ea70fce55df9a5b5878f50fce7bc115ffb37c2)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 2cc41b9d56..fb16344f43 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -126,7 +126,7 @@ LIB_OBJ = lib/charcnv.o lib/debug.o lib/fault.o \
lib/bitmap.o lib/crc32.o lib/snprintf.o lib/dprintf.o \
lib/xfile.o lib/wins_srv.o \
lib/util_str.o lib/util_sid.o \
- lib/util_unistr.o lib/util_file.o \
+ lib/util_unistr.o lib/util_file.o lib/data_blob.o \
lib/util.o lib/util_sock.o lib/util_sec.o \
lib/talloc.o lib/hash.o lib/substitute.o lib/fsusage.o \
lib/ms_fnmatch.o lib/select.o lib/error.o lib/messages.o \