diff options
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -274,7 +274,7 @@ static void *queue_thread(void *arg) | |||
| 274 | snac snac; | 274 | snac snac; |
| 275 | 275 | ||
| 276 | if (user_open(&snac, uid)) { | 276 | if (user_open(&snac, uid)) { |
| 277 | process_queue(&snac); | 277 | process_user_queue(&snac); |
| 278 | user_free(&snac); | 278 | user_free(&snac); |
| 279 | } | 279 | } |
| 280 | } | 280 | } |