Changeset 5138:0b15d51b5f92 in roaraudio for libroar/socket.c


Ignore:
Timestamp:
09/30/11 19:29:22 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

supress non-hostnames warnings in serveral internale cases of socket connects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/socket.c

    r5137 r5138  
    639639     is_numerical = 0; 
    640640 
    641    if ( is_numerical ) { 
     641   if ( is_numerical && roar_libroar_iswarn(NULL) ) { 
    642642    ROAR_WARN("roar_socket_open(*): Hostname \"%s\" is numerical. Do not use IP addresses directly. Use Hostnames.", host); 
    643643   } 
Note: See TracChangeset for help on using the changeset viewer.