summaryrefslogtreecommitdiff
path: root/source3/include/nterr.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-07-25 06:42:05 +0000
committerTim Potter <tpot@samba.org>2001-07-25 06:42:05 +0000
commit648528196ca136469d82b83cd2ba89b1b30290ae (patch)
tree518288bd589393ca6485f7f5ca4ec829e85404a0 /source3/include/nterr.h
parent9de7c5e52155ee869605884526b9895ad58c0312 (diff)
downloadsamba-648528196ca136469d82b83cd2ba89b1b30290ae.tar.gz
samba-648528196ca136469d82b83cd2ba89b1b30290ae.tar.bz2
samba-648528196ca136469d82b83cd2ba89b1b30290ae.zip
Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.
According to the incorruptible judges find and grep, the latter won. Mmm - procrastination. (-: (This used to be commit 2e339403605177b15d5185a8fdd1b06f3f043168)
Diffstat (limited to 'source3/include/nterr.h')
-rw-r--r--source3/include/nterr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h
index 07e874dce0..e7d218a5e8 100644
--- a/source3/include/nterr.h
+++ b/source3/include/nterr.h
@@ -13,7 +13,6 @@
using a loop in smbclient then printing a netmon sniff to a file */
#define NT_STATUS_NOPROBLEMO (0x0)
-#define NT_STATUS_NO_PROBLEMO (0x0)
#define NT_STATUS_UNSUCCESSFUL (0xC0000000 | 1)
#define NT_STATUS_NOT_IMPLEMENTED (0xC0000000 | 2)
#define NT_STATUS_INVALID_INFO_CLASS (0xC0000000 | 3)