[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.53 and 1.54

version 1.53, 2010/08/31 09:58:37 version 1.54, 2010/12/24 21:41:48
Line 170 
Line 170 
                                 goto bad_option;                                  goto bad_option;
                         }                          }
                         forced_command[i] = '\0';                          forced_command[i] = '\0';
                         auth_debug_add("Forced command: %.900s", forced_command);                          auth_debug_add("Forced command.");
                         opts++;                          opts++;
                         goto next_option;                          goto next_option;
                 }                  }

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54