View | Details | Raw Unified
Collapse All | Expand All

(-) netkit-ftp-0.17/ftp/main.c (+4 lines)
 Lines 259-264    Link Here 
#ifdef USE_SSL
#ifdef USE_SSL
			case 'z':
			case 'z':
				if (!optarg) {
					fprintf(stderr, "ftp: the -z option requires an argument\n");
					exit(1);
				}
				if (strcmp(optarg, "debug") == 0 ) {
				if (strcmp(optarg, "debug") == 0 ) {
				    ssl_debug_flag=1;
				    ssl_debug_flag=1;
				}
				}