summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_registry.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-10-08 07:21:49 +0200
committerStefan Metzmacher <metze@samba.org>2011-10-08 07:24:14 +0200
commit2a6c5c8edbc36ae68bc2ffbafcef5513fcdafe5a (patch)
tree3f064745727adea03ae6b35f06b7663452d55f9e /source3/utils/net_rpc_registry.c
parent4ebd510abe919f890f2cdd8871a9be6febf29e4b (diff)
downloadsamba-2a6c5c8edbc36ae68bc2ffbafcef5513fcdafe5a.tar.gz
samba-2a6c5c8edbc36ae68bc2ffbafcef5513fcdafe5a.tar.bz2
samba-2a6c5c8edbc36ae68bc2ffbafcef5513fcdafe5a.zip
s3:utils: avoid '//' comments
The compiler on openindiana doesn't like them. metze
Diffstat (limited to 'source3/utils/net_rpc_registry.c')
-rw-r--r--source3/utils/net_rpc_registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c
index 94330af8d0..a6f118f2eb 100644
--- a/source3/utils/net_rpc_registry.c
+++ b/source3/utils/net_rpc_registry.c
@@ -509,7 +509,7 @@ static NTSTATUS registry_enumvalues2(TALLOC_CTX *ctx,
goto error;
}
- assert(value_length<=data_size); //???
+ assert(value_length<=data_size); /*??? */
values[i] = regval_compose(values,
name_buf.name,