sap-vpn.pl
changeset 13 ddf323751753
parent 12 8cd92042fb8b
child 15 4168921d9151
equal deleted inserted replaced
12:8cd92042fb8b 13:ddf323751753
    92       if not defined $opt_user
    92       if not defined $opt_user
    93           and not defined $opt_kill;
    93           and not defined $opt_kill;
    94 
    94 
    95     $opt_verbose += $opt_debug;
    95     $opt_verbose += $opt_debug;
    96 
    96 
       
    97     untaint($opt_host) or ohshit "hostname didn't pass verification\n";
    97     untaint($opt_linkname) or ohshit "linkname didn't pass verification\n";
    98     untaint($opt_linkname) or ohshit "linkname didn't pass verification\n";
    98     untaint($opt_script)
    99     untaint($opt_script)
    99       or ohshit "script name didn't pass verification\n"
   100       or ohshit "script name didn't pass verification\n"
   100       if $opt_script;
   101       if $opt_script;
   101     map { untaint } @ppp_opts;
   102     map { untaint } @ppp_opts;