Fix typo breaking compile.

This commit is contained in:
ehouse 2007-11-05 03:42:27 +00:00
parent 3060888264
commit 383847e75c

View file

@ -152,7 +152,7 @@ getL2Addr( const CommsAddrRec const* addrP, struct sockaddr_l2* const saddr )
sdp_list_t *r;
// go through each of the service records
for ( r = response_list;; r; r = r->next ) {
for ( r = response_list; r; r = r->next ) {
sdp_list_t *proto_list = NULL;
sdp_record_t *rec = (sdp_record_t*) r->data;