Changeset 180 for trunk/wifidog/src/conf.c
- Timestamp:
- 08/09/04 19:06:24 (9 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/src/conf.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/src/conf.c
r178 r180 46 46 static s_config config; 47 47 48 /** @internal48 /** 49 49 * Mutex for the configuration file, used by the auth_servers related 50 50 * functions. */ 51 staticpthread_mutex_t config_mutex = PTHREAD_MUTEX_INITIALIZER;51 pthread_mutex_t config_mutex = PTHREAD_MUTEX_INITIALIZER; 52 52 53 53 /** @internal
