aboutsummaryrefslogtreecommitdiff
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/syslogd.c b/syslogd.c
index 6be51d7dc..8d8bd1afe 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -155,8 +155,6 @@ void ipcsyslog_init(void){
155 perror_msg_and_die("semget"); 155 perror_msg_and_die("semget");
156 }else 156 }else
157 perror_msg_and_die("semget"); 157 perror_msg_and_die("semget");
158 } else {
159 sem_up(s_semid);
160 } 158 }
161 }else{ 159 }else{
162 printf("Buffer already allocated just grab the semaphore?"); 160 printf("Buffer already allocated just grab the semaphore?");