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: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Cyrill Gorcunov 2011-12-09 15:14:16 +04:00
parent 335639dc7c
commit bf9a873866

View file

@ -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);