[BACK]Return to auth-options.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth-options.c between version 1.32 and 1.33

version 1.32, 2005/12/06 22:38:27 version 1.33, 2005/12/08 18:34:11
Line 296 
Line 296 
                         tun[i] = 0;                          tun[i] = 0;
                         forced_tun_device = a2tun(tun, NULL);                          forced_tun_device = a2tun(tun, NULL);
                         xfree(tun);                          xfree(tun);
                         if (forced_tun_device < -1) {                          if (forced_tun_device == SSH_TUNID_ERR) {
                                 debug("%.100s, line %lu: invalid tun device",                                  debug("%.100s, line %lu: invalid tun device",
                                     file, linenum);                                      file, linenum);
                                 auth_debug_add("%.100s, line %lu: invalid tun device",                                  auth_debug_add("%.100s, line %lu: invalid tun device",

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33