(args): should use `debug'. From Onno van der Linden
<onno@simplex.nl>. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8266 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -195,7 +195,6 @@ parse_auth_level(char *str)
 | 
				
			|||||||
 * Print usage and die.
 | 
					 * Print usage and die.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static int debug_flag;
 | 
					 | 
				
			||||||
static int interactive_flag;
 | 
					static int interactive_flag;
 | 
				
			||||||
static char *guest_umask_string;
 | 
					static char *guest_umask_string;
 | 
				
			||||||
static char *port_string;
 | 
					static char *port_string;
 | 
				
			||||||
@@ -216,8 +215,8 @@ struct getargs args[] = {
 | 
				
			|||||||
    { NULL, 't', arg_integer, &ftpd_timeout, "initial timeout" },
 | 
					    { NULL, 't', arg_integer, &ftpd_timeout, "initial timeout" },
 | 
				
			||||||
    { NULL, 'T', arg_integer, &maxtimeout, "max timeout" },
 | 
					    { NULL, 'T', arg_integer, &maxtimeout, "max timeout" },
 | 
				
			||||||
    { NULL, 'u', arg_string, &umask_string, "umask for user logins" },
 | 
					    { NULL, 'u', arg_string, &umask_string, "umask for user logins" },
 | 
				
			||||||
    { NULL, 'd', arg_flag, &debug_flag, "enable debugging" },
 | 
					    { NULL, 'd', arg_flag, &debug, "enable debugging" },
 | 
				
			||||||
    { NULL, 'v', arg_flag, &debug_flag, "enable debugging" },
 | 
					    { NULL, 'v', arg_flag, &debug, "enable debugging" },
 | 
				
			||||||
    { "builtin-ls", 'B', arg_flag, &use_builtin_ls, "use built-in ls to list files" },
 | 
					    { "builtin-ls", 'B', arg_flag, &use_builtin_ls, "use built-in ls to list files" },
 | 
				
			||||||
    { "version", 0, arg_flag, &version_flag },
 | 
					    { "version", 0, arg_flag, &version_flag },
 | 
				
			||||||
    { "help", 'h', arg_flag, &help_flag }
 | 
					    { "help", 'h', arg_flag, &help_flag }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user