Changeset 3522

Show
Ignore:
Timestamp:
01/18/06 18:53:57 (3 years ago)
Author:
morris
Message:

Sync

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trackerd/trunk/trackerd/tracker.c

    r3461 r3522  
    208208        wt_socket_context = wi_socket_context_init(wi_socket_context_alloc()); 
    209209         
    210         if(!wi_socket_context_set_ssl(wt_socket_context, WI_SOCKET_SSL_SERVER)) 
     210        if(!wi_socket_context_set_ssl_type(wt_socket_context, WI_SOCKET_SSL_SERVER)) 
    211211                wi_log_err(WI_STR("Could not set SSL context: %m")); 
    212212