r8106: the use of a static string for dos error codes was causing problems in
authorAndrew Tridgell <tridge@samba.org>
Mon, 4 Jul 2005 01:45:52 +0000 (01:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:08 +0000 (13:19 -0500)
commitb3383236a27655227fd20b10252e156aac8e61c5
tree5f65b7336195af1cbdc896f583df9d86c3f04138
parent766e8e1acbd4f88b194baac17859706161d4644b
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)
source4/include/doserr.h
source4/libcli/config.mk
source4/libcli/util/nterr.c
source4/libcli/util/smberr.c [deleted file]