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:
parent
4ebd510abe
commit
2a6c5c8edb
@ -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);
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user