Changeset 1227
- Timestamp:
- 05/18/07 19:00:59 (2 years ago)
- Files:
-
- trunk/wifidog/ChangeLog (modified) (1 diff)
- trunk/wifidog/configure.in (modified) (1 diff)
- trunk/wifidog/src/wdctl_thread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wifidog/ChangeLog
r1224 r1227 1 1 # $Id$ 2 2007-05-18 Benoit Gr�ire <bock@step.polymtl.ca> 3 * wdctl_thread.c: Fix #324 4 2 5 2007-04-26 Benoit Gr�ire <bock@step.polymtl.ca> 3 6 * wifidog.conf: Improve comments and add examples of blocking access to the upstream LAN. trunk/wifidog/configure.in
r1223 r1227 21 21 WIFIDOG_MAJOR_VERSION=1 22 22 WIFIDOG_MINOR_VERSION=1 23 WIFIDOG_MICRO_VERSION=3_beta7-pre 123 WIFIDOG_MICRO_VERSION=3_beta7-pre2 24 24 WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION 25 25 trunk/wifidog/src/wdctl_thread.c
r969 r1227 295 295 /* Wait for the child to connect to our socket :*/ 296 296 debug(LOG_DEBUG, "Waiting for child to connect on internal socket"); 297 len = sizeof(sa_un); 297 298 if ((fd = accept(sock, (struct sockaddr *)&sa_un, &len)) == -1){ 298 299 debug(LOG_ERR, "Accept failed on internal socket: %s", strerror(errno));
