Changeset 535 for trunk/src/ocatlibe.c


Ignore:
Timestamp:
12/27/09 20:37:46 (2 years ago)
Author:
eagle
Message:
  • option -t did not work correctly
  • (optional) pid file is removed at exit
  • SIGUSR1 is handled in preparation for statistics output
  • controller sessions limited to MAX_DEF_CTRL_SESS (= 5 by default)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ocatlibe.c

    r534 r535  
    142142   struct sockaddr_in6 saddr; 
    143143 
    144    if (strsockaddr(buf, &saddr) == -1) 
     144   if (strsockaddr(buf, (struct sockaddr*) &saddr) == -1) 
    145145      log_msg(LOG_EMERG, "could not convert address string '%s'", buf), exit(1); 
    146146 
Note: See TracChangeset for help on using the changeset viewer.