Changeset 741 for branches/ithildin-1.1


Ignore:
Timestamp:
05/31/06 01:06:40 (6 years ago)
Author:
wd
Message:

Fix a crashing bug when SSL port binding fails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ithildin-1.1/modules/ircd/conf.c

    r669 r741  
    335335                    log_warn("could not enable SSL on %s/%d", addr, port); 
    336336                    destroy_socket(isp); 
     337                    return; 
    337338                } 
    338339#endif 
Note: See TracChangeset for help on using the changeset viewer.