LDAP: fix compile warning

Sometimes the compile will emit the following warning, so we'll just avoid it by making it call a function in the LDAP module which will never have this problem.

warning: :GenServer.call/2 is undefined (module :GenServer is not available or is yet to be defined)
This commit is contained in:
Mark Felder 2024-09-18 11:16:16 -04:00
commit 73204c1bca
3 changed files with 6 additions and 1 deletions

View file