Fixed overwriting the stack.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19173 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-11-02 15:00:05 +00:00
parent a5640720a8
commit 88008dd688
+1 -1
View File
@@ -65,7 +65,7 @@ main(int argc, char **argv)
perror("recv");
sleep(1);
// want the read thread to stay alive
//exit(1);
continue;
}
buffer[numBytes] = '\0';