kadmin: Fix warnings

This commit is contained in:
Nicolas Williams
2021-03-27 23:24:24 -05:00
parent 69eee19541
commit b7bf5ca6e8
9 changed files with 40 additions and 18 deletions

View File

@@ -134,6 +134,8 @@ main(int argc, char **argv)
argc -= optidx;
argv += optidx;
if (argc != 0)
usage(1);
if (config_file == NULL) {
int aret;