Ignore:
Timestamp:
Sep 21, 2009, 8:23:56 PM (15 years ago)
Author:
katerina
Message:

Code to track down originating site for ticket #163.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_readconf.c

    r219 r248  
    407407          aud_exit (FIL__, __LINE__, EXIT_FAILURE);
    408408        }
    409       if (SL_ISERROR(fd = sl_open_read(file_path('C',local_flag),SL_YESPRIV)))
     409      if (SL_ISERROR(fd = sl_open_read(FIL__, __LINE__,
     410                                       file_path('C',local_flag),SL_YESPRIV)))
    410411        {
    411412          sl_get_euid(&euid);
     
    425426   */
    426427  sl_strlcpy(sh.conf.hash,
    427              sh_tiger_hash(file_path('C',local_flag), fd, TIGER_NOLIM, hashbuf, sizeof(hashbuf)),
     428             sh_tiger_hash(file_path('C',local_flag), fd, TIGER_NOLIM,
     429                           hashbuf, sizeof(hashbuf)),
    428430             KEY_LEN+1);
    429431  sl_rewind (fd);
Note: See TracChangeset for help on using the changeset viewer.