Ignore:
Timestamp:
Nov 14, 2008, 8:17:59 PM (16 years ago)
Author:
katerina
Message:

Fix for config reload issue with stealth mode (ticket #109).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_readconf.c

    r186 r194  
    261261     */
    262262  fdTmp = open_tmp();
     263
     264  sh_unix_getline_stealth (0, NULL, 0); /* initialize */
     265
    263266  while ( sh_unix_getline_stealth (fd, line_in, 512) > 0) {
    264267    hidden_count++;
Note: See TracChangeset for help on using the changeset viewer.