Changeset 248 for trunk/src/sh_prelink.c


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_prelink.c

    r192 r248  
    120120      task->com_ti = -1;
    121121    }
    122   ticket = sl_open_read(task->command,
     122  ticket = sl_open_read(FIL__, __LINE__, task->command,
    123123                        task->privileged == 0 ? SL_NOPRIV : SL_YESPRIV);
    124124  if (SL_ISERROR(ticket))
Note: See TracChangeset for help on using the changeset viewer.