Adium

Changeset 25600

Show
Ignore:
Timestamp:
11/20/2008 03:39:53 AM (2 months ago)
Author:
catfish_man
Message:

warnings-- and maybe fix a bug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plugins/Bonjour/libezv/Private Classes/AWEzvContactManagerRendezvous.m

    r25598 r25600  
    7878- (void)breakdownServiceController; 
    7979- (DNSServiceRef)serviceRef; 
     80@property (readonly, nonatomic) AWEzvContactManager *contactManager; 
    8081 
    8182@end // interface ServiceController 
     
    690691 
    691692        /* now set the port */ 
    692         if (recPort < 0) { 
     693        if (recPort == 0) { 
    693694                /* Couldn't find port from browse result so use port specified by txt records */ 
    694695                if ([rendezvousData getField:@"port.p2pj"] == nil) {