Changeset 238 for trunk/wifidog/src/conf.c
- Timestamp:
- 10/07/04 22:18:21 (9 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/src/conf.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/src/conf.c
r219 r238 497 497 pthread_mutex_lock(&config_mutex); 498 498 499 if (config.auth_servers == bad_server ) {499 if (config.auth_servers == bad_server && bad_server->next != NULL) { 500 500 /* Go to the last */ 501 501 for (tmp = config.auth_servers; tmp->next != NULL; tmp = tmp->next);
