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

Diff for /src/usr.bin/ssh/monitor.c between version 1.89 and 1.90

version 1.89, 2006/11/07 10:31:31 version 1.90, 2007/02/19 10:45:58
Line 570 
Line 570 
         buffer_put_cstring(m, pwent->pw_class);          buffer_put_cstring(m, pwent->pw_class);
         buffer_put_cstring(m, pwent->pw_dir);          buffer_put_cstring(m, pwent->pw_dir);
         buffer_put_cstring(m, pwent->pw_shell);          buffer_put_cstring(m, pwent->pw_shell);
           buffer_put_string(m, &options, sizeof(options));
           if (options.banner != NULL)
                   buffer_put_cstring(m, options.banner);
   
  out:   out:
         debug3("%s: sending MONITOR_ANS_PWNAM: %d", __func__, allowed);          debug3("%s: sending MONITOR_ANS_PWNAM: %d", __func__, allowed);

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90