[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.93 and 1.94

version 1.93, 2007/09/21 08:15:29 version 1.94, 2007/10/29 04:08:08
Line 556 
Line 556 
         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);
   
    out:
         buffer_put_string(m, &options, sizeof(options));          buffer_put_string(m, &options, sizeof(options));
         if (options.banner != NULL)          if (options.banner != NULL)
                 buffer_put_cstring(m, options.banner);                  buffer_put_cstring(m, options.banner);
   
  out:  
         debug3("%s: sending MONITOR_ANS_PWNAM: %d", __func__, allowed);          debug3("%s: sending MONITOR_ANS_PWNAM: %d", __func__, allowed);
         mm_request_send(sock, MONITOR_ANS_PWNAM, m);          mm_request_send(sock, MONITOR_ANS_PWNAM, m);
   

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94