aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-24 06:18:51 +0000
committerTim Potter <tpot@samba.org>2002-04-24 06:18:51 +0000
commitc08c2757029d43e4d33ee58b27e9ce8f97dda513 (patch)
treee6b9507b45cfccde5918bf3336722a4d0abd94e9 /smb.h
parent8a5d5f9bde91019a785a23bab01677cb6eba8739 (diff)
Added 'invalid security descriptor' error to list of dos errors.
svn path=/trunk/; revision=5234
Diffstat (limited to 'smb.h')
-rw-r--r--smb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/smb.h b/smb.h
index aed148eeeb..36ff3a00f8 100644
--- a/smb.h
+++ b/smb.h
@@ -2,7 +2,7 @@
* Defines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: smb.h,v 1.36 2002/03/16 04:39:29 sahlberg Exp $
+ * $Id: smb.h,v 1.37 2002/04/24 06:18:51 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -156,6 +156,7 @@
/* These errors seem to be only returned by the NT printer driver system */
+#define SMBE_invalidsecuritydescriptor 1338 /* Invalid security descriptor */
#define SMBE_unknownprinterdriver 1797 /* Unknown printer driver */
#define SMBE_invalidprintername 1801 /* Invalid printer name */
#define SMBE_printeralreadyexists 1802 /* Printer already exists */