Show
Ignore:
Timestamp:
08/09/04 19:06:24 (9 years ago)
Author:
alexcv
Message:

Firewall sets rules for all auth servers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/src/conf.c

    r178 r180  
    4646static s_config config; 
    4747 
    48 /** @internal 
     48/** 
    4949 * Mutex for the configuration file, used by the auth_servers related 
    5050 * functions. */ 
    51 static pthread_mutex_t config_mutex = PTHREAD_MUTEX_INITIALIZER; 
     51pthread_mutex_t config_mutex = PTHREAD_MUTEX_INITIALIZER; 
    5252 
    5353/** @internal