Changeset 861


Ignore:
Timestamp:
06/08/06 00:14:47 (7 years ago)
Author:
mglb1
Message:

Fix a bug that prevented trace_get_payload_from_sll from returning the type
of the payload correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/protocols.c

    r859 r861  
    109109 
    110110        /* What kind of wacked out header, has this in host order?! */ 
    111         if (*type) *type = htons(sll->protocol);  
     111        if (type) *type = htons(sll->protocol);  
    112112 
    113113        ret=(void*)((char*)sll+sizeof(*sll)); 
Note: See TracChangeset for help on using the changeset viewer.