comparison common-session.c @ 531:164b7c2cd5df

disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'
author Matt Johnston <matt@ucc.asn.au>
date Thu, 26 Feb 2009 13:20:53 +0000
parents da6340a60039
children 0431915df79f
comparison
equal deleted inserted replaced
529:da6340a60039 531:164b7c2cd5df
187 checktimeouts(); 187 checktimeouts();
188 188
189 /* process session socket's incoming/outgoing data */ 189 /* process session socket's incoming/outgoing data */
190 if (ses.sock_out != -1) { 190 if (ses.sock_out != -1) {
191 if (FD_ISSET(ses.sock_out, &writefd) && !isempty(&ses.writequeue)) { 191 if (FD_ISSET(ses.sock_out, &writefd) && !isempty(&ses.writequeue)) {
192 write_packets(); 192 write_packet();
193 } 193 }
194 } 194 }
195 195
196 if (ses.sock_in != -1) { 196 if (ses.sock_in != -1) {
197 if (FD_ISSET(ses.sock_in, &readfd)) { 197 if (FD_ISSET(ses.sock_in, &readfd)) {