1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3:utils: avoid '//' comments

The compiler on openindiana doesn't like them.

metze
This commit is contained in:
Stefan Metzmacher 2011-10-08 07:21:49 +02:00
parent 4ebd510abe
commit 2a6c5c8edb
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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,