Changeset 100

Show
Ignore:
Timestamp:
03/23/03 17:43:02 (6 years ago)
Author:
sam
Message:

fix build: add missing param to free node

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cvs-import/trunk/wlan/if_ieee80211subr.c

    r99 r100  
    23322332                                    dev->name, 
    23332333                                    ether_sprintf(ni->ni_macaddr), reason)); 
    2334                         ieee80211_free_node(&ni); 
     2334                        ieee80211_free_node(ic, &ni); 
    23352335                } 
    23362336                break;