11 lines
263 B
Diff
11 lines
263 B
Diff
|
--- hlink.c 2007/11/08 15:44:15 1.3
|
||
|
+++ hlink.c 2007/11/08 15:44:52
|
||
|
@@ -299,6 +299,7 @@
|
||
|
statx sx;
|
||
|
STRUCT_STAT st;
|
||
|
int statret, ndx = master;
|
||
|
+ memset(&sx,0,sizeof(sx));
|
||
|
|
||
|
file->F_HLINDEX = FINISHED_LINK;
|
||
|
if (link_stat(f_name(file, hlink1), &st, 0) < 0)
|