[PATCH] settings: Use correct symbol STORAGE_LDAP in settings-get.pl
authorAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 12 May 2026 13:57:24 +0000 (16:57 +0300)
committerNoah Meyerhans <noahm@debian.org>
Thu, 14 May 2026 17:29:38 +0000 (13:29 -0400)
Gbp-Pq: Name settings-Use-correct-symbol-STORAGE_LDAP-in-settings.patch

pigeonhole/src/plugins/settings/settings-get.pl

index 83981d902632aaf6e2ad18d0a687f28f5b042de4..97d350aef657c0d9b5cff53010d3bbc746252d98 100755 (executable)
@@ -33,7 +33,7 @@ print '#include "managesieve-url.h"'."\n";
 print '#include "sieve-extprograms-limits.h"'."\n";
 print '#include "pigeonhole-settings.h"'."\n";
 print '#include <unistd.h>'."\n";
-print "#ifdef LDAP_PLUGIN\n";
+print "#ifdef STORAGE_LDAP\n";
 print '#include <ldap.h>'."\n";
 print "#endif\n";
 print '#define CONFIG_BINARY'."\n";