diff options
author | Gerald Carter <jerry@samba.org> | 2005-06-22 20:33:30 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2005-06-22 20:33:30 +0000 |
commit | 5f73cf5a165e7ae3e4067d82d88a5be0e7c0085e (patch) | |
tree | 801c89821aee2c65bfa785ab34e879d515794619 | |
parent | 763613535b7cced5d2b5efc10116b333096f4d69 (diff) | |
download | samba-5f73cf5a165e7ae3e4067d82d88a5be0e7c0085e.tar.gz samba-5f73cf5a165e7ae3e4067d82d88a5be0e7c0085e.tar.xz samba-5f73cf5a165e7ae3e4067d82d88a5be0e7c0085e.zip |
r7839: remove C++ style comment
-rw-r--r-- | source/rpc_parse/parse_svcctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/rpc_parse/parse_svcctl.c b/source/rpc_parse/parse_svcctl.c index 1f21cb2aab9..85889d58890 100644 --- a/source/rpc_parse/parse_svcctl.c +++ b/source/rpc_parse/parse_svcctl.c @@ -109,7 +109,6 @@ BOOL svcctl_io_service_description( const char *desc, UNISTR2 *svcdesc, prs_stru 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; |