Commit bf9a8738 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

restore: Drop bogus comment

Even u64 address might consume not greater
than 20 bytes of string so 128 is enough and
safe here.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 335639dc
......@@ -158,9 +158,8 @@ static void shmem_update_real_pid(int vpid, int rpid)
static int shmem_wait_and_open(struct shmem_info *si)
{
/* FIXME - not good */
char path[128];
unsigned long time = 1000;
char path[128];
sleep(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment