]> git.sur5r.net Git - openldap/commit
back-ldap should only touch the connection timestamp when activity actually occurred...
authorPierangelo Masarati <ando@openldap.org>
Sun, 3 Sep 2006 11:02:15 +0000 (11:02 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 3 Sep 2006 11:02:15 +0000 (11:02 +0000)
commit00c249854355def8de16bcd27a619a48978539f8
treec1c38e6dbe0ae858879cd90bc3550cb72b90a700
parent3a83c813df79e3934fe42ae0d1d2fa42a5bd7ebf
back-ldap should only touch the connection timestamp when activity actually occurred (i.e. ldap_result() returned a positive value), otherwise if "the network cable is removed after the connection is established" ldap_result() keeps returning 0 forever...
servers/slapd/back-ldap/bind.c
servers/slapd/back-ldap/extended.c
servers/slapd/back-ldap/search.c