From d601033481037d48b8ea6de484e04906f433527f Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 2 Sep 2009 15:04:42 +0000 Subject: [PATCH] 2009-09-02 17:04 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbnetio/netiocli.c ! fixed typo - thanks to Mindaugas --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbnetio/netiocli.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bf895de080..7593ccda9b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-09-02 17:04 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/hbnetio/netiocli.c + ! fixed typo - thanks to Mindaugas + 2009-09-02 16:52 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/runner.c ! fixed possible GPF after loading .hrb module - clear function diff --git a/harbour/contrib/hbnetio/netiocli.c b/harbour/contrib/hbnetio/netiocli.c index 7a55ad2485..70e1a32e7e 100644 --- a/harbour/contrib/hbnetio/netiocli.c +++ b/harbour/contrib/hbnetio/netiocli.c @@ -443,7 +443,7 @@ static void s_netio_exit( void* cargo ) s_fileConFree( conn ); } - if( s_fInit ) + if( !s_fInit ) { hb_socketCleanup(); s_fInit = TRUE;