svn commit: samba r16038 - in branches/SOC/bnh/include: .

brad at samba.org brad at samba.org
Sun Jun 4 20:20:46 GMT 2006


Author: brad
Date: 2006-06-04 20:20:45 +0000 (Sun, 04 Jun 2006)
New Revision: 16038

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

Log:
Missed a constant used by the include function on the last commit.


Modified:
   branches/SOC/bnh/include/common.vbs


Changeset:
Modified: branches/SOC/bnh/include/common.vbs
===================================================================
--- branches/SOC/bnh/include/common.vbs	2006-06-04 20:01:49 UTC (rev 16037)
+++ branches/SOC/bnh/include/common.vbs	2006-06-04 20:20:45 UTC (rev 16038)
@@ -9,6 +9,8 @@
 const RTN_OK = 0
 const RTN_ERR = 1
 
+const READ_ONLY = 1
+
 ' We don't have WMI or ADSI extended errors in VBScript.
 ' To figure them out, take the last 4 digits of the hex error code,
 ' and convert them to an integer. Then search for that integer



More information about the samba-cvs mailing list