diff options
author | Hans Nilsson <[email protected]> | 2014-12-19 10:20:29 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-12-19 10:20:29 +0100 |
commit | a4d72d2cae3a9bd3f0dccdb663f70d54a45fe10f (patch) | |
tree | fd35a0e252be8207039a346e079f24eec0927cab /lib/eldap/src/eldap.erl | |
parent | 81ef56c22d95f0ed65f4b5c1815fcfd33cad83b4 (diff) | |
parent | 5d7253640668e3a653a7053da3bf6ca69e47eb17 (diff) | |
download | otp-a4d72d2cae3a9bd3f0dccdb663f70d54a45fe10f.tar.gz otp-a4d72d2cae3a9bd3f0dccdb663f70d54a45fe10f.tar.bz2 otp-a4d72d2cae3a9bd3f0dccdb663f70d54a45fe10f.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/eldap/src/eldap.erl')
-rw-r--r-- | lib/eldap/src/eldap.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/eldap/src/eldap.erl b/lib/eldap/src/eldap.erl index c636e0e0cd..977f7d2809 100644 --- a/lib/eldap/src/eldap.erl +++ b/lib/eldap/src/eldap.erl @@ -125,7 +125,8 @@ getopts(Handle, OptNames) when is_pid(Handle), is_list(OptNames) -> %%% -------------------------------------------------------------------- close(Handle) when is_pid(Handle) -> - send(Handle, close). + send(Handle, close), + ok. %%% -------------------------------------------------------------------- %%% Set who we should link ourselves to |