Changeset 516 for trunk/src/sh_err_log.c


Ignore:
Timestamp:
Oct 31, 2016, 8:31:24 PM (8 years ago)
Author:
katerina
Message:

Fix for ticket #409 and #410 (unprivileged suidcheck and gcc 6.2 compiler warnings).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_err_log.c

    r481 r516  
    12841284              status = sl_forward(fd);
    12851285              if (!SL_ISERROR(status))
    1286                 status = sl_write (fd, report,  strlen(report));
     1286                sl_write (fd, report,  strlen(report));
    12871287              (void) sl_sync(fd);
    12881288
Note: See TracChangeset for help on using the changeset viewer.