Loading lib/nmxp_base.c +1 −4 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * Istituto Nazionale di Geofisica e Vulcanologia - Italy * quintiliani@ingv.it * * $Id: nmxp_base.c,v 1.40 2007-11-22 11:12:08 mtheo Exp $ * $Id: nmxp_base.c,v 1.41 2007-11-22 13:36:34 mtheo Exp $ * */ Loading Loading @@ -213,9 +213,6 @@ int nmxp_receiveHeader(int isock, NMXP_MSG_SERVER *type, int32_t *length, int ti msg.type = ntohl(msg.type); msg.length = ntohl(msg.length); nmxp_log(NMXP_LOG_NORM, NMXP_LOG_D_CONNFLOW, "nmxp_receiveHeader(): signature = %d, type = %d, length = %d\n", msg.signature, msg.type, msg.length); if (msg.signature != NMX_SIGNATURE) { ret = NMXP_SOCKET_ERROR; Loading Loading
lib/nmxp_base.c +1 −4 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * Istituto Nazionale di Geofisica e Vulcanologia - Italy * quintiliani@ingv.it * * $Id: nmxp_base.c,v 1.40 2007-11-22 11:12:08 mtheo Exp $ * $Id: nmxp_base.c,v 1.41 2007-11-22 13:36:34 mtheo Exp $ * */ Loading Loading @@ -213,9 +213,6 @@ int nmxp_receiveHeader(int isock, NMXP_MSG_SERVER *type, int32_t *length, int ti msg.type = ntohl(msg.type); msg.length = ntohl(msg.length); nmxp_log(NMXP_LOG_NORM, NMXP_LOG_D_CONNFLOW, "nmxp_receiveHeader(): signature = %d, type = %d, length = %d\n", msg.signature, msg.type, msg.length); if (msg.signature != NMX_SIGNATURE) { ret = NMXP_SOCKET_ERROR; Loading