summaryrefslogtreecommitdiffstats
path: root/runtime/glbl.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-18 14:25:29 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-18 14:25:29 +0200
commitfd6c3bc36a5a32f873299f7ae2dfc184e6e3c658 (patch)
treee3e76df0c60fc609959bb5ad958304681b8b9a1b /runtime/glbl.c
parent20480349def97f33d25c085fbaaef063603b87d1 (diff)
downloadrsyslog-fd6c3bc36a5a32f873299f7ae2dfc184e6e3c658.tar.gz
rsyslog-fd6c3bc36a5a32f873299f7ae2dfc184e6e3c658.tar.xz
rsyslog-fd6c3bc36a5a32f873299f7ae2dfc184e6e3c658.zip
set stage for TLS client implementation
Diffstat (limited to 'runtime/glbl.c')
-rw-r--r--runtime/glbl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/glbl.c b/runtime/glbl.c
index 1e51b0e0..787b6ab7 100644
--- a/runtime/glbl.c
+++ b/runtime/glbl.c
@@ -40,7 +40,9 @@
/* some defaults */
#ifndef DFLT_NETSTRM_DRVR
-# define DFLT_NETSTRM_DRVR ((uchar*)"lmnsd_ptcp")
+// TESTING ONLY# define DFLT_NETSTRM_DRVR ((uchar*)"lmnsd_ptcp")
+#warning "define must be restored for non-testing!"
+# define DFLT_NETSTRM_DRVR ((uchar*)"lmnsd_gtls")
#endif
/* static data */