nfsclient: Fix hard link operation

This commit is contained in:
Sebastian Huber
2012-05-04 13:29:28 +02:00
parent 1747208963
commit 078369f41d
+1 -1
View File
@@ -1493,7 +1493,7 @@ static int nfs_link(
)
{
int rv = 0;
NfsNode pNode;
NfsNode pNode = parentloc->node_access;
nfsstat status;
NfsNode tNode = targetloc->node_access;
char *dupname;