Commit e4d5ad23 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

files-reg: Drop redundant double semicolon

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 750324af
...@@ -305,7 +305,7 @@ static int check_path_remap(char *rpath, const struct stat *ost, int lfd, u32 id ...@@ -305,7 +305,7 @@ static int check_path_remap(char *rpath, const struct stat *ost, int lfd, u32 id
int dump_one_reg_file(int lfd, u32 id, const struct fd_parms *p) int dump_one_reg_file(int lfd, u32 id, const struct fd_parms *p)
{ {
char fd_str[128]; char fd_str[128];
char rpath[PATH_MAX + 1] = ".", *path = rpath + 1;; char rpath[PATH_MAX + 1] = ".", *path = rpath + 1;
int len, rfd; int len, rfd;
RegFileEntry rfe = REG_FILE_ENTRY__INIT; RegFileEntry rfe = REG_FILE_ENTRY__INIT;
......
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