Skip to content

Commit

Permalink
fixed comment about strerror(errno)
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Apr 25, 2017
1 parent 74a1c1f commit 29d6ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Lib/
* fixed method calls in ReconnectLDAPObject (thanks to Philipp Hahn)

Modules/
* an empty info message is replaced with str(errno) if errno is non-zero
* an empty info message is replaced with strerror(errno) if errno is non-zero
which gives more information e.g. in case of ldap.SERVER_DOWN
(thanks to Markus Klein)
* removed superfluous ldap_memfree(error) from LDAPerror()
Expand Down Expand Up @@ -1358,4 +1358,4 @@ Released 2.0.0pre02 2002-02-01
----------------------------------------------------------------
Released 1.10alpha3 2000-09-19

$Id: CHANGES,v 1.417 2017/04/25 11:20:11 stroeder Exp $
$Id: CHANGES,v 1.418 2017/04/25 11:20:40 stroeder Exp $

0 comments on commit 29d6ee1

Please sign in to comment.