aboutsummaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authorshtrophic <christoph@liebender.dev>2025-01-24 20:38:26 +0100
committershtrophic <christoph@liebender.dev>2025-01-24 20:38:26 +0100
commit85be7f36e12507cff7607df22ca14f8bfc00f6e2 (patch)
treee41bedab3e3b011c16d2ea6180926470cc8586aa /httpd.c
parent13e4a7cda59db29063efc5dad0823fe99ec7b764 (diff)
parent1cb7b37ae6adb01444ea1466d8884aacca10ebd8 (diff)
Merge remote-tracking branch 'upstream/master' into curl-smtp
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index c13402b..e0a36b6 100644
--- a/httpd.c
+++ b/httpd.c
@@ -138,7 +138,7 @@ static xs_str *greeting_html(void)
while (xs_list_iter(&p, &uid)) {
snac user;
- if (user_open(&user, uid)) {
+ if (strcmp(uid, "relay") && user_open(&user, uid)) {
xs_html_add(ul,
xs_html_tag("li",
xs_html_tag("a",