diff --git a/sesman/sesman.c b/sesman/sesman.c index 72561cae..83db5961 100644 --- a/sesman/sesman.c +++ b/sesman/sesman.c @@ -143,7 +143,7 @@ main(int argc, char **argv) enum logReturns error; int daemon = 1; int pid; - char pid_s[8]; + char pid_s[32]; char text[256]; char pid_file[256]; char cfg_file[256]; @@ -203,7 +203,7 @@ main(int argc, char **argv) } g_memset(pid_s, 0, sizeof(pid_s)); - error = g_file_read(fd, pid_s, 7); + error = g_file_read(fd, pid_s, 31); if (-1 == error) {