svn commit: samba r7839 - branches/SAMBA_3_0/source/rpc_parse trunk/source/rpc_parse

jerry at samba.org jerry at samba.org
Wed Jun 22 20:33:31 GMT 2005


Author: jerry
Date: 2005-06-22 20:33:30 +0000 (Wed, 22 Jun 2005)
New Revision: 7839

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

Log:
remove C++ style comment
Modified:
   branches/SAMBA_3_0/source/rpc_parse/parse_svcctl.c
   trunk/source/rpc_parse/parse_svcctl.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_parse/parse_svcctl.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_parse/parse_svcctl.c	2005-06-22 18:03:38 UTC (rev 7838)
+++ branches/SAMBA_3_0/source/rpc_parse/parse_svcctl.c	2005-06-22 20:33:30 UTC (rev 7839)
@@ -109,7 +109,6 @@
 	prs_debug(ps, depth, desc, "svcctl_io_service_description");
 	depth++;
 
-	//DEBUG(10, ("_svcctl_io_service_description: descrption is [%s]\n",svcdesc));
 	if (!prs_io_unistr2("", ps, depth, svcdesc))
 		return False;
 

Modified: trunk/source/rpc_parse/parse_svcctl.c
===================================================================
--- trunk/source/rpc_parse/parse_svcctl.c	2005-06-22 18:03:38 UTC (rev 7838)
+++ trunk/source/rpc_parse/parse_svcctl.c	2005-06-22 20:33:30 UTC (rev 7839)
@@ -109,7 +109,6 @@
 	prs_debug(ps, depth, desc, "svcctl_io_service_description");
 	depth++;
 
-	//DEBUG(10, ("_svcctl_io_service_description: descrption is [%s]\n",svcdesc));
 	if (!prs_io_unistr2("", ps, depth, svcdesc))
 		return False;
 



More information about the samba-cvs mailing list