Displaying 1 result from an estimated 1 matches for "opteq".
Did you mean:
opted
2001 Nov 06
0
[PATCH] nomtab support
...+ if (opt == 'n') {
+ DEBUG(0,("No mtab!\n"));
+ no_mtab = True;
+ opt = getopt(argc, argv, "o:");
+ }
+ if (opt != 'o') {
return;
}
@@ -782,6 +794,8 @@
if(!strcmp(opts, "nocaps")) {
fprintf(stderr, "Unhandled option: %s\n", opteq+1);
exit(1);
+ } else if(!strcmp(opts, "nomtab")) {
+ no_mtab = True;
} else if(!strcmp(opts, "guest")) {
*password = '\0';
got_pass = True;