K 10 svn:author V 5 wpaul K 8 svn:date V 27 2004-04-07T17:02:55.000000Z K 7 svn:log V 309 In ndis_convert_res(), initialize the head of our temporary list before calling BUS_GET_RESOURCE_LIST(). Previously, the list head would only be initialized if BUS_GET_RESOURCE_LIST() succeeded; it needs to be initialized unconditionally so that the list cleanup code won't trip over potential stack garbage. END