From 2a6c5c8edbc36ae68bc2ffbafcef5513fcdafe5a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 8 Oct 2011 07:21:49 +0200 Subject: s3:utils: avoid '//' comments The compiler on openindiana doesn't like them. metze --- source3/utils/net_idmap_check.c | 2 +- source3/utils/net_rpc_registry.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/utils') diff --git a/source3/utils/net_idmap_check.c b/source3/utils/net_idmap_check.c index 2cde6e1644..1f54121113 100644 --- a/source3/utils/net_idmap_check.c +++ b/source3/utils/net_idmap_check.c @@ -970,7 +970,7 @@ static bool check_commit(struct check_ctx* ctx) check_transaction_cancel(ctx); return false; } - if (ctx->opts.test) { //get_action? + if (ctx->opts.test) { /*get_action? */ return check_transaction_cancel(ctx); } else { return check_transaction_commit(ctx); 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, -- cgit