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

Legend:

Unmodified
Added
Removed
  • 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));