/*
- * $Id: comm.cc,v 1.260 1998/05/28 02:50:48 wessels Exp $
+ * $Id: comm.cc,v 1.261 1998/05/28 04:42:28 wessels Exp $
*
* DEBUG: section 5 Socket Functions
* AUTHOR: Harvest Derived
incame = 0;
if (theInIcpConnection > 0)
icpHandleUdp(theInIcpConnection, &incame);
- if (theInIcpConnection != theOutIcpConnection)
- icpHandleUdp(theOutIcpConnection, &incame);
+ if (theInIcpConnection != theOutIcpConnection)
+ icpHandleUdp(theOutIcpConnection, &incame);
+ }
for (j = 0; j < NHttpSockets; j++) {
if (HttpSockets[j] < 0)
continue;