CHANGES: Replace assert(0) by abort()

This commit is contained in:
Jan Lindemann 2002-11-14 13:18:18 +00:00 committed by Jan Lindemann
commit 2f7f994148

View file

@ -52,6 +52,11 @@ o compiling release version with NDEBUG (switching off assertions)
-------
o bugfix: client handler process did not exit after connection reset by client
1.1.3-4
1.1.3-5
-------
o /usr/local/ftp -> /home/ftp
1.1.3-6
-------
o replaced assert(0) with abort()