mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 09:50:43 +01:00
The variable priorityString was not used when rsyslog acted as the server and the defaults were always set. Now the priorityString is used when specified. fixes https://github.com/rsyslog/rsyslog/issues/1722
8 lines
429 B
Bash
Executable File
8 lines
429 B
Bash
Executable File
#!/bin/bash
|
|
# Pascal Withopf, 2017-07-25
|
|
# This file is part of the rsyslog project, released under ASL 2.0
|
|
echo ===============================================================================
|
|
echo \[sndrcv_tls_priorityString.sh\]: testing sending and receiving via TLS with anon auth
|
|
echo NOTE: When this test fails, it could be due to the priorityString being outdated!
|
|
. $srcdir/sndrcv_drvr.sh sndrcv_tls_priorityString 2500
|