sesman: fix for reading pid file

This commit is contained in:
Jay Sorg 2013-06-19 11:37:26 -07:00
parent d33bb5eb4e
commit a6592ed690
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ main(int argc, char **argv)
return 1;
}
g_memset(pid_s, 0, sizeof(pid_s));
error = g_file_read(fd, pid_s, 7);
if (-1 == error)