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:
dg 1994-08-31 17:20:12 +00:00
parent a80566aad6
commit 91977ea9d1

View File

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