]> git.pld-linux.org Git - packages/cyrus-sasl.git/blame - cyrus-sasl-auxprop.patch
- allow building without Nagios support
[packages/cyrus-sasl.git] / cyrus-sasl-auxprop.patch
CommitLineData
a83cce40
JR
1--- cyrus-sasl-2.1.25/lib/auxprop.c~ 2011-10-20 17:33:46.423015318 +0200
2+++ cyrus-sasl-2.1.25/lib/auxprop.c 2011-10-20 17:48:49.336348654 +0200
3@@ -971,6 +971,10 @@
4 }
5
6 if(!found) {
7+ /* compatibility with <= 2.1.23, ignore the lack of auxrop plugin */
8+ if (!plist)
9+ result = SASL_OK;
10+ else
11 _sasl_log(sparams->utils->conn, SASL_LOG_DEBUG,
12 "could not find auxprop plugin, was searching for '%s'",
13 plist ? plist : "[all]");
This page took 0.102809 seconds and 4 git commands to generate.