浏览代码

Fix what seems to have been a copy/paste bug

pdontthink 13 年之前
父节点
当前提交
d5f89a822b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/conf.pl

+ 1 - 1
config/conf.pl

@@ -5104,7 +5104,7 @@ sub save_data {
                 # integer
                 print CF "    'search_tree' => $ldap_search_tree[$count]";
             }
-            if ( $ldap_listing[$count] ) {
+            if ( $ldap_starttls[$count] ) {
                 print CF ",\n";
                 # boolean
                 print CF "    'starttls' => $ldap_starttls[$count]";