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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.235 and 1.236

version 1.235, 2011/06/17 21:57:25 version 1.236, 2011/06/22 22:08:42
Line 166 
Line 166 
 };  };
   
 /* Context for channel confirmation replies */  /* Context for channel confirmation replies */
 enum confirm_action { CONFIRM_WARN = 0, CONFIRM_CLOSE, CONFIRM_TTY };  
 struct channel_reply_ctx {  struct channel_reply_ctx {
         const char *request_type;          const char *request_type;
         int id;          int id;
Line 792 
Line 791 
         xfree(ctx);          xfree(ctx);
 }  }
   
 static void  void
 client_expect_confirm(int id, const char *request,  client_expect_confirm(int id, const char *request,
     enum confirm_action action)      enum confirm_action action)
 {  {

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.236