increase sizes of sidbuf[] and tokenbuf[].

This commit is contained in:
Dean Roehrich
2002-07-30 15:22:14 +00:00
parent 348e270f05
commit 51a0d183f5
+2 -2
View File
@@ -246,8 +246,8 @@ spawn_kid(
char *action) char *action)
{ {
pid_t pid; pid_t pid;
char sidbuf[sizeof(dm_sessid_t)]; char sidbuf[10];
char tokenbuf[sizeof(dm_token_t)]; char tokenbuf[10];
pid = fork(); pid = fork();
if (pid == 0) { if (pid == 0) {