summaryrefslogtreecommitdiff
path: root/src/s_serv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_serv.c')
-rw-r--r--src/s_serv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s_serv.c b/src/s_serv.c
index 7d57988..302288b 100644
--- a/src/s_serv.c
+++ b/src/s_serv.c
@@ -106,6 +106,9 @@ write_links_file(void* notused)
if (IsHidden(target_p))
continue;
+ if (HasFlag(target_p, FLAGS_SERVICE) && ConfigServerHide.hide_services)
+ continue;
+
newMessageLine = MyMalloc(sizeof(MessageFileLine));
/*