Changeset 1539 for trunk/src/common/sendpacket.c
- Timestamp:
- 07/28/06 23:02:09 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/common/sendpacket.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/sendpacket.c
r1536 r1539 346 346 assert(errbuf); 347 347 348 if (( sp->handle.lnet = libnet_init(LIBNET_LINK_ADV, device, errbuf)) == NULL)348 if ((lnet = libnet_init(LIBNET_LINK_ADV, device, errbuf)) == NULL) 349 349 return NULL; 350 350
