Changeset 668 for trunk/router/user.c
- Timestamp:
- 14/08/08 16:27:54 (5 months ago)
- Files:
-
- 1 modified
-
trunk/router/user.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/router/user.c
r2 r668 43 43 userfile = CONFIG_DIR "/router-users.xml"; 44 44 45 f = fopen(userfile, "r ");45 f = fopen(userfile, "rb"); 46 46 if(f == NULL) { 47 47 log_write(r->log, LOG_ERR, "couldn't open user table file %s: %s", userfile, strerror(errno));
