Revision 8977225fd5865020bc47afb7012cf60d2b21e6ae
evands at pidgin.im
evands at pidgin.im
Tue Mar 27 00:21:49 EDT 2007
o -----------------------------------------------------------------
| Revision: 8977225fd5865020bc47afb7012cf60d2b21e6ae
| Ancestor: fba53203d9fe0ebd98157bdc6c7faeb2b149908b
| Author: evands at pidgin.im
| Date: 2007-03-27T04:20:55
| Branch: im.pidgin.pidgin
|
| Modified files:
| libpurple/network.c
|
| ChangeLog:
|
| purple_pmp_create_map() returns a gboolean now, not a pointer
|
| ============================================================
| --- libpurple/network.c 769d07016c6a436271d7ed695e6d43c01206cb45
| +++ libpurple/network.c 60335f4bd92f820defa3407a93d944941ae7dc91
| @@ -364,7 +364,7 @@ purple_network_do_listen(unsigned short
| #ifdef ENABLE_NAT_PMP
| /* Attempt a NAT-PMP Mapping, which will return immediately */
| if (purple_pmp_create_map(((socket_type == SOCK_STREAM) ? PURPLE_PMP_TYPE_TCP : PURPLE_PMP_TYPE_UDP),
| - actual_port, actual_port, PURPLE_PMP_LIFETIME) != NULL)
| + actual_port, actual_port, PURPLE_PMP_LIFETIME))
| {
| purple_debug_info("network", "Created NAT-PMP mapping on port %i",actual_port);
| /* We want to return listen_data now, and on the next run loop trigger the cb and destroy listen_data */
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 8977225fd5865020bc47afb7012cf60d2b21e6ae
More information about the Commits
mailing list