summaryrefslogtreecommitdiff
path: root/source4/libcli/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-04 01:45:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:08 -0500
commitb3383236a27655227fd20b10252e156aac8e61c5 (patch)
tree5f65b7336195af1cbdc896f583df9d86c3f04138 /source4/libcli/config.mk
parent766e8e1acbd4f88b194baac17859706161d4644b (diff)
downloadsamba-b3383236a27655227fd20b10252e156aac8e61c5.tar.gz
samba-b3383236a27655227fd20b10252e156aac8e61c5.tar.bz2
samba-b3383236a27655227fd20b10252e156aac8e61c5.zip
r8106: the use of a static string for dos error codes was causing problems in
the torture code. To fix this, get rid of dos_errstr() and instead move the strings into the nt_errstr() table, using cpp to generate the strings (This used to be commit 3136ad9634f0a5ab46e4f83e093df87fdd36484d)
Diffstat (limited to 'source4/libcli/config.mk')
-rw-r--r--source4/libcli/config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk
index 11e54498cf..7779adabaf 100644
--- a/source4/libcli/config.mk
+++ b/source4/libcli/config.mk
@@ -1,6 +1,5 @@
[SUBSYSTEM::LIBCLI_UTILS]
ADD_OBJ_FILES = libcli/util/asn1.o \
- libcli/util/smberr.o \
libcli/util/doserr.o \
libcli/util/errormap.o \
libcli/util/clierror.o \