summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-07-28 07:46:35 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-28 07:46:35 +0200
commitb7c91420b0814ee20088d27953582a5064c9a467 (patch)
tree152a28450601cb77593df8e119114478287eceb1 /tcpsrv.c
parent480125e16ce0cdd63d9ee0b47565789984c217e0 (diff)
downloadrsyslog-b7c91420b0814ee20088d27953582a5064c9a467.tar.gz
rsyslog-b7c91420b0814ee20088d27953582a5064c9a467.tar.xz
rsyslog-b7c91420b0814ee20088d27953582a5064c9a467.zip
begun implementing a diagnostic plugin (not yet completed)
Diffstat (limited to 'tcpsrv.c')
-rw-r--r--tcpsrv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tcpsrv.c b/tcpsrv.c
index 8aeb9f5c..73602135 100644
--- a/tcpsrv.c
+++ b/tcpsrv.c
@@ -1,8 +1,7 @@
/* tcpsrv.c
*
* Common code for plain TCP based servers. This is currently being
- * utilized by imtcp and imgssapi. I suspect that when we implement
- * SSL/TLS, that module could also use tcpsrv.
+ * utilized by imtcp and imgssapi.
*
* There are actually two classes within the tcpserver code: one is
* the tcpsrv itself, the other one is its sessions. This is a helper