mirror of https://github.com/mirror/busybox.git
Patch from Gennady Feldman
This should fix "circular buffer" error message shown when running "syslogd -C"1_00_stable_10817
parent
f8736d251e
commit
addabd6f16
|
@ -155,8 +155,6 @@ void ipcsyslog_init(void){
|
|||
perror_msg_and_die("semget");
|
||||
}else
|
||||
perror_msg_and_die("semget");
|
||||
} else {
|
||||
sem_up(s_semid);
|
||||
}
|
||||
}else{
|
||||
printf("Buffer already allocated just grab the semaphore?");
|
||||
|
|
Loading…
Reference in New Issue