CIRCLEQ patch submitted by Jay Pfeifer

This commit is contained in:
Andreas Steffen
2008-05-29 07:49:47 +00:00
parent 0caf2b936e
commit 0655fe4fd8
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ struct connection {
char *log_file_name; /* name of log file */
FILE *log_file; /* possibly open FILE */
CIRCLEQ_ENTRY(connection) log_link; /* linked list of open conns */
TAILQ_ENTRY(connection) log_link; /* linked list of open conns */
bool log_file_err; /* only bitch once */
struct spd_route spd;