Changeset 1227

Show
Ignore:
Timestamp:
05/18/07 19:00:59 (2 years ago)
Author:
benoitg
Message:
  • wdctl_thread.c: Fix #324
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wifidog/ChangeLog

    r1224 r1227  
    11# $Id$ 
     22007-05-18 Benoit Gr�ire  <bock@step.polymtl.ca> 
     3        * wdctl_thread.c:  Fix #324 
     4         
    252007-04-26 Benoit Gr�ire  <bock@step.polymtl.ca> 
    36        * wifidog.conf:  Improve comments and add examples of blocking access to the upstream LAN. 
  • trunk/wifidog/configure.in

    r1223 r1227  
    2121WIFIDOG_MAJOR_VERSION=1 
    2222WIFIDOG_MINOR_VERSION=1 
    23 WIFIDOG_MICRO_VERSION=3_beta7-pre1 
     23WIFIDOG_MICRO_VERSION=3_beta7-pre2 
    2424WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION 
    2525 
  • trunk/wifidog/src/wdctl_thread.c

    r969 r1227  
    295295                /* Wait for the child to connect to our socket :*/ 
    296296                debug(LOG_DEBUG, "Waiting for child to connect on internal socket"); 
     297                len = sizeof(sa_un); 
    297298                if ((fd = accept(sock, (struct sockaddr *)&sa_un, &len)) == -1){ 
    298299                        debug(LOG_ERR, "Accept failed on internal socket: %s", strerror(errno));