mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 18:45:30 +08:00
nfsclient: Fix hard link operation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user