ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/server.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/s_serv.c (file contents):
Revision 1850 by michael, Fri Apr 19 19:50:27 2013 UTC vs.
Revision 1851 by michael, Wed Apr 24 18:31:06 2013 UTC

# 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      /*

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)