comparison libpurple/upnp.c @ 20208:63b1ce39965c

applied changes from 7f71045586c32cffc40f836f3fba92c693adda57 through 24d76e86b06c5b1ab5f0a3ea37bd69ced034e0d0
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Sep 2007 15:37:10 +0000
parents 44b4e8bd759b
children 6b8bc3309ab7
comparison
equal deleted inserted replaced
20207:48770cf120f1 20208:63b1ce39965c
550 550
551 purple_input_remove(dd->inpa); 551 purple_input_remove(dd->inpa);
552 dd->inpa = 0; 552 dd->inpa = 0;
553 553
554 close(dd->fd); 554 close(dd->fd);
555 dd->fd = 0; 555 dd->fd = -1;
556 556
557 /* parse the response, and see if it was a success */ 557 /* parse the response, and see if it was a success */
558 purple_upnp_parse_discover_response(buf, len, dd); 558 purple_upnp_parse_discover_response(buf, len, dd);
559 559
560 /* We'll either time out or continue successfully */ 560 /* We'll either time out or continue successfully */