mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
s4:regshell - don't use negative exit codes
This commit is contained in:
parent
3318459fdc
commit
8ddb4f6c84
@ -614,7 +614,7 @@ int main(int argc, char **argv)
|
||||
|
||||
if (ctx->current == NULL) {
|
||||
fprintf(stderr, "Unable to access any of the predefined keys\n");
|
||||
return -1;
|
||||
return 1;
|
||||
}
|
||||
|
||||
poptFreeContext(pc);
|
||||
|
Loading…
Reference in New Issue
Block a user