1
0
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:
Matthias Dieter Wallnöfer 2010-05-27 17:00:50 +02:00
parent 3318459fdc
commit 8ddb4f6c84

View File

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