From: Mike N. <ta...@us...> - 2001-04-11 17:22:28
|
Update of /cvsroot/firebird/interbase/remote In directory usw-pr-cvs1:/tmp/cvs-serv5584 Modified Files: cntl.c Log Message: Removed redundant CloseHandle call Index: cntl.c =================================================================== RCS file: /cvsroot/firebird/interbase/remote/cntl.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** cntl.c 2001/04/05 17:05:43 1.3 --- cntl.c 2001/04/11 17:22:26 1.4 *************** *** 197,201 **** CloseHandle(cleanup_thread_handle); - CloseHandle (cleanup_thread_handle); report_status (SERVICE_STOPPED, last_error, 0, 0); } --- 197,200 ---- |