Changeset 706 for trunk/mio/mio_impl.h
- Timestamp:
- 06/10/08 14:06:03 (3 months ago)
- Files:
-
- 1 modified
-
trunk/mio/mio_impl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mio/mio_impl.h
r576 r706 379 379 380 380 /* convert the hostip */ 381 if(j_inet_pton(hostip, &sa)<=0) 382 return NULL; 381 if(j_inet_pton(hostip, &sa)<=0) { 382 MIO_ERROR = EFAULT; 383 return NULL; 384 } 383 385 384 386 /* attempt to create a socket */
