Changeset 710 for trunk/mio/mio_impl.h
- Timestamp:
- 16/10/08 15:49:41 (3 months ago)
- Files:
-
- 1 modified
-
trunk/mio/mio_impl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mio/mio_impl.h
r706 r710 380 380 /* convert the hostip */ 381 381 if(j_inet_pton(hostip, &sa)<=0) { 382 MIO_ ERROR = EFAULT;382 MIO_SETERROR(EFAULT); 383 383 return NULL; 384 384 }
