Changeset 57c4fc0 for ipc.c


Ignore:
Timestamp:
2006-01-22T09:19:03Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
a49dcd5
Parents:
54879ab (diff), 87de505 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Error checking for accept(). Have to find out why it went wrong (and fork()ed a bit too much) last night.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipc.c

    r54879ab r57c4fc0  
    105105static void ipc_child_cmd_die( irc_t *irc, char **cmd )
    106106{
    107         irc_abort( irc, 1, "Shutdown requested by operator" );
     107        irc_abort( irc, 0, "Shutdown requested by operator" );
    108108}
    109109
Note: See TracChangeset for help on using the changeset viewer.