# | Line 106 | Line 106 | write_links_file(void* notused) | |
---|---|---|
106 | if (IsHidden(target_p)) | |
107 | continue; | |
108 | ||
109 | + | if (HasFlag(target_p, FLAGS_SERVICE) && ConfigServerHide.hide_services) |
110 | + | continue; |
111 | + | |
112 | newMessageLine = MyMalloc(sizeof(MessageFileLine)); | |
113 | ||
114 | /* |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |