Ignore:
Timestamp:
Aug 21, 2012, 7:12:10 PM (12 years ago)
Author:
katerina
Message:

Fix for tickets #303, #304, #305. #306, and #307. Update version number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_portcheck.c

    r383 r405  
    18321832  if (sh_portchk_active != S_FALSE)
    18331833    {
     1834      SH_MUTEX_LOCK(mutex_thread_nolog);
    18341835      sh_error_handle(SH_ERR_INFO, FIL__, __LINE__, 0, MSG_E_SUBGEN,
    18351836                      _("Checking for open ports"),
    18361837                      _("sh_portchk_check"));
     1838      SH_MUTEX_UNLOCK(mutex_thread_nolog);
    18371839
    18381840      sh_portchk_reset_lists();
Note: See TracChangeset for help on using the changeset viewer.