Show
Ignore:
Timestamp:
07/28/06 23:02:09 (2 years ago)
Author:
aturner
Message:

fix libnet injection, refs #4

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/sendpacket.c

    r1536 r1539  
    346346    assert(errbuf); 
    347347     
    348     if ((sp->handle.lnet = libnet_init(LIBNET_LINK_ADV, device, errbuf)) == NULL) 
     348    if ((lnet = libnet_init(LIBNET_LINK_ADV, device, errbuf)) == NULL) 
    349349        return NULL; 
    350350