Changeset:
        aa2cd6bd259a
        
https://sourceforge.net/p/mrbs/hg-code/ci/aa2cd6bd259affa551abb950d3524b818eabf4c4
Author:
        Campbell Morrison <[email protected]>
Date:
        Sat Mar 04 09:50:03 2017 +0000
Log message:

Added an explicit return.

diffstat:

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

diffs (12 lines):

diff -r b900be2194ae -r aa2cd6bd259a web/auth/auth_ldap.inc
--- a/web/auth/auth_ldap.inc    Sat Mar 04 08:46:18 2017 +0000
+++ b/web/auth/auth_ldap.inc    Sat Mar 04 09:50:03 2017 +0000
@@ -243,6 +243,8 @@
 
     @ldap_unbind($ldap);
   } // foreach
+  
+  return false;
 }
 
 

------------------------------------------------------------------------------
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