[Olsr-cvs] olsrd-current/src socket_parser.c,1.27,1.28
Bernd Petrovitsch
(spam-protected)
Wed Aug 1 18:18:32 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21381/src
Modified Files:
socket_parser.c
Log Message:
*use NULL instead of 0 for pointers
Index: socket_parser.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/socket_parser.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** socket_parser.c 8 May 2007 23:43:17 -0000 1.27
--- socket_parser.c 1 Aug 2007 16:18:30 -0000 1.28
***************
*** 181,185 ****
/* Runnig select on the FD set */
! n = olsr_select(hfd, &ibits, 0, 0, &tvp);
if(n == 0)
--- 181,185 ----
/* Runnig select on the FD set */
! n = olsr_select(hfd, &ibits, NULL, NULL, &tvp);
if(n == 0)
More information about the Olsr-cvs
mailing list