X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8bf4e8784aa2a0438ba09b1a0eb9207d3baf6bd9..a3d324ced885fef99347c9dbbb945f0bb98137fe:/uip/whom.c?ds=inline diff --git a/uip/whom.c b/uip/whom.c index 862fc58c..0875e959 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -9,7 +9,6 @@ #include #include -#include #ifndef CYRUS_SASL # define SASLminc(a) (a) @@ -57,7 +56,7 @@ DEFINE_SWITCH_ARRAY(WHOM, switches); int main (int argc, char **argv) { - pid_t child_id; + pid_t child_id = OK; int i, status, isdf = 0; int distsw = 0, vecp = 0; char *cp, *dfolder = NULL, *dmsg = NULL;