svn commit: samba r5862 - in branches/SAMBA_3_0/source/utils: .

vlendec at samba.org vlendec at samba.org
Thu Mar 17 18:27:32 GMT 2005


Author: vlendec
Date: 2005-03-17 18:27:32 +0000 (Thu, 17 Mar 2005)
New Revision: 5862

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

Log:
And some more const
Modified:
   branches/SAMBA_3_0/source/utils/pdbedit.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/pdbedit.c
===================================================================
--- branches/SAMBA_3_0/source/utils/pdbedit.c	2005-03-17 18:25:15 UTC (rev 5861)
+++ branches/SAMBA_3_0/source/utils/pdbedit.c	2005-03-17 18:27:32 UTC (rev 5862)
@@ -911,7 +911,7 @@
 		if (!(checkparms & ~(BIT_MODIFY + BIT_USER))) {
 			time_t pwd_can_change = -1;
 			time_t pwd_must_change = -1;
-			char *errstr;
+			const char *errstr;
 
 			if (pwd_can_change_time) {
 				errstr = "can";



More information about the samba-cvs mailing list