svn commit: samba r8173 - in trunk/source/include: .

jra at samba.org jra at samba.org
Wed Jul 6 03:06:04 GMT 2005


Author: jra
Date: 2005-07-06 03:06:03 +0000 (Wed, 06 Jul 2005)
New Revision: 8173

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8173

Log:
Add extra dos error found by chkpath test.
Jeremy.

Modified:
   trunk/source/include/doserr.h


Changeset:
Modified: trunk/source/include/doserr.h
===================================================================
--- trunk/source/include/doserr.h	2005-07-06 01:56:08 UTC (rev 8172)
+++ trunk/source/include/doserr.h	2005-07-06 03:06:03 UTC (rev 8173)
@@ -63,6 +63,7 @@
 #define ERRinvalidname 123 /* Invalid name */
 #define ERRunknownlevel 124
 #define ERRnotlocked 158 /* This region is not locked by this locking context. */
+#define ERRinvalidpath 161
 #define ERRcancelviolation 173
 #define ERRnoatomiclocks 174
 #define ERRrename 183



More information about the samba-cvs mailing list