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

gd at samba.org gd at samba.org
Mon Jun 13 11:18:00 GMT 2005


Author: gd
Date: 2005-06-13 11:18:00 +0000 (Mon, 13 Jun 2005)
New Revision: 7532

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

Log:
compile fix.

Guenther

Modified:
   branches/SAMBA_3_0/source/utils/net_rpc.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_rpc.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_rpc.c	2005-06-13 10:54:18 UTC (rev 7531)
+++ branches/SAMBA_3_0/source/utils/net_rpc.c	2005-06-13 11:18:00 UTC (rev 7532)
@@ -3005,7 +3005,7 @@
 			printf("syncing");
 			break;
 		default:
-			DEBUG(0,("Unsupported mode %s", cp_clistate.mode));
+			DEBUG(0,("Unsupported mode %d", cp_clistate.mode));
 			break;
 		}
 		printf("    [%s] files and directories %s ACLs, %s DOS Attributes %s\n", 



More information about the samba-cvs mailing list