Code cleanups

This commit is contained in:
Tiiffi
2019-12-18 19:16:06 +02:00
parent de926b8c26
commit 018592abc5

View File

@ -169,8 +169,7 @@ int main(int argc, char *argv[])
if (!host)
host = "localhost";
if(argc < 1 && pass == NULL)
usage();
if(argc < 1 && pass == NULL) usage();
// default getopt error handler enabled
opterr = 1;