diff --git a/ChangeLog b/ChangeLog index 202049c..8e9ff6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1897,7 +1897,7 @@ or info related to the entry. the wrong order. 5.0pre6 -09/15/01 Jan Pavlík +09/15/01 Jan Pavlík - Hi, i think there is 5 or 6 real_connects but you set MYSQL_PORT for 2 only... @@ -2853,7 +2853,7 @@ Nov 30 - free memory in vcdb.c under error condition Nov 27 - vsqwebmail_pass was writing over TmpBuf1 in vadduser so that the chdir back to the callers directory was not working. - Martin Köster + Martin Köster Nov 20 - add a res1=NULL in vmysql.c vauth_getall to make it more robust. Garrett Marone @@ -3167,7 +3167,7 @@ Jun 10 - Check for : character in gecos field and return error if found. : characters are in any of the fields, we have a problem parsing the lines. -Jun 07 - Ondøej Surý - fixed possible memory problem with handling +Jun 07 - Ondøej Surý - fixed possible memory problem with handling the HOST environment variable in vdelivermail.c 4.6 diff --git a/contrib/addusers.pl b/contrib/addusers.pl index 335d085..7c3f4ee 100644 --- a/contrib/addusers.pl +++ b/contrib/addusers.pl @@ -3,7 +3,7 @@ # this program will read users and password from a file # that is separated by ":" colons # -# Thanks to "Jürgen Hoffmann" +# Thanks to "Jürgen Hoffmann" use IO::File;