X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Frequest.c;h=071391d9abc1e3acb7f8fcd1a8e8e85bdaecad6c;hb=f086faa8e1e57db45cbec11fb5167460b8debc9d;hp=ab4463dd6a5f1d44368a25cde28976a48922b876;hpb=aad4db830817eec9aa1703bd52fbc72458344872;p=openldap diff --git a/libraries/libldap/request.c b/libraries/libldap/request.c index ab4463dd6a..071391d9ab 100644 --- a/libraries/libldap/request.c +++ b/libraries/libldap/request.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2011 The OpenLDAP Foundation. + * Copyright 1998-2012 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -202,6 +202,7 @@ ldap_int_flush_request( /* sent -- waiting for a response */ ldap_mark_select_read( ld, lc->lconn_sb ); + ldap_clear_select_write( ld, lc->lconn_sb ); } return 0; }