* remove left over

This commit is contained in:
Werner Fink 2010-02-23 13:23:08 +00:00
parent 009d7247e4
commit 746d8c46a1

View File

@ -168,7 +168,7 @@ int init_setenv(char *name, char *value)
sigaction(SIGALRM, &sa, NULL);
got_alrm = 0;
alarm(3);
if ((fd = open(INIT_FIFO, O_WRONLY)) >= 0) { &&
if ((fd = open(INIT_FIFO, O_WRONLY)) >= 0) {
ssize_t p = 0;
size_t s = sizeof(request);
void *ptr = &request;