# HG changeset patch # User Matt Johnston # Date 1422023569 -28800 # Node ID 9a6395ddb1b6dd2733c8efdcb4c5494984d42a9b # Parent 73ea0dce9a57d40f3a59304774288f7ddca54ac7 resolve merge properly diff -r 73ea0dce9a57 -r 9a6395ddb1b6 common-session.c --- a/common-session.c Fri Jan 23 21:38:47 2015 +0800 +++ b/common-session.c Fri Jan 23 22:32:49 2015 +0800 @@ -222,10 +222,6 @@ * during rekeying ) */ channelio(&readfd, &writefd); -<<<<<<< local - if (ses.loop_handler) { - ses.loop_handler(); -======= /* process session socket's outgoing data */ if (ses.sock_out != -1) { if (!isempty(&ses.writequeue)) { @@ -236,7 +232,6 @@ if (loophandler) { loophandler(); ->>>>>>> other } } /* for(;;) */