Fixed stupid bug which prevented any command line options from being
understood. Submitted by: Uwe Arndt (arndt@mailhost.uni-koblenz.de)
This commit is contained in:
parent
a80566aad6
commit
91977ea9d1
@ -78,7 +78,7 @@ main(argc, argv)
|
||||
autologin = 1;
|
||||
|
||||
while ((ch = getopt(argc, argv, "dgintv")) != EOF) {
|
||||
switch (*cp) {
|
||||
switch (ch) {
|
||||
case 'd':
|
||||
options |= SO_DEBUG;
|
||||
debug++;
|
||||
|
Loading…
Reference in New Issue
Block a user