Skip to content

Commit

Permalink
Fix: return 0 if no error occured.
Browse files Browse the repository at this point in the history
  • Loading branch information
45264 committed Mar 13, 2001
1 parent 37a92e9 commit cad4b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/passwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ int MAIN(int argc, char **argv)
}
while (!done);
}
ret = 0;

err:
ERR_print_errors(bio_err);
Expand Down

0 comments on commit cad4b84

Please sign in to comment.