Changeset:
        26b61e6bce67
        
https://sourceforge.net/p/mrbs/hg-code/ci/26b61e6bce67721d036e671c7f2eb70726462008
Author:
        John Beranek <[email protected]>
Date:
        Sat Mar 04 10:40:02 2017 +0000
Log message:

Added missing variable declaration.

diffstat:

 web/auth/auth_ldap.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 316e73eb000e -r 26b61e6bce67 web/auth/auth_ldap.inc
--- a/web/auth/auth_ldap.inc    Sat Mar 04 10:00:51 2017 +0000
+++ b/web/auth/auth_ldap.inc    Sat Mar 04 10:40:02 2017 +0000
@@ -548,6 +548,7 @@
   
   if ($ldap_admin_group_dn)
   {
+    $object = array();
     $res = authLdapAction("authLdapCheckAdminGroupCallback", $user, $object);
     if ($res)
     {
@@ -609,4 +610,3 @@
     error_log($message);
   }
 }
-

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to