diff options
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -138,7 +138,7 @@ static xs_str *greeting_html(void) | |||
| 138 | while (xs_list_iter(&p, &uid)) { | 138 | while (xs_list_iter(&p, &uid)) { |
| 139 | snac user; | 139 | snac user; |
| 140 | 140 | ||
| 141 | if (user_open(&user, uid)) { | 141 | if (strcmp(uid, "relay") && user_open(&user, uid)) { |
| 142 | xs_html_add(ul, | 142 | xs_html_add(ul, |
| 143 | xs_html_tag("li", | 143 | xs_html_tag("li", |
| 144 | xs_html_tag("a", | 144 | xs_html_tag("a", |