summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/scripts/DialogManager.pm
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2007-10-10 01:55:36 +0000
committerRich Megginson <rmeggins@redhat.com>2007-10-10 01:55:36 +0000
commit95094b83959c600871a7153b29f939795669ee13 (patch)
tree4b559bbffc39af1265aba55f60193a8f7066b75b /ldap/admin/src/scripts/DialogManager.pm
parent1291ed2618b5b2a111e82c193c195e03370ef2ba (diff)
Resolves: bug 244475
Bug Description: crash at startup with new ldap sdk on 64-bit platform Reviewed by: nkinder (Thanks!) Fix Description: I went ahead and cleaned up or removed the incorrect ber code. We do not need to use LBER_SOCKBUF_OPT_DESC or LBER_SOCKBUF_OPT_READ_FN or LBER_SOCKBUF_OPT_WRITE_FN. I removed an unnecessary malloc/free and just used the stack as we do everywhere else in the code. It looks as though the start_tls cleanup code is almost never used - the code assumes that when you do a start_tls, that stays in force throughout the lifetime of the connection. Removing this code now should insulate us from future ldap c sdk changes. Platforms tested: RHEL5 x86_64 Flag Day: no Doc impact: no
Diffstat (limited to 'ldap/admin/src/scripts/DialogManager.pm')
0 files changed, 0 insertions, 0 deletions