s3: Fix an error message in smbclient symlink
authorVolker Lendecke <vl@samba.org>
Fri, 24 Jun 2011 15:01:44 +0000 (17:01 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 24 Jun 2011 19:24:17 +0000 (21:24 +0200)
source3/client/client.c

index 15c5e9cc94abc920a23a9b357812eb28e27a9d26..207147c6d0af981cd9e347430c7af19a6137a0a9 100644 (file)
@@ -3036,7 +3036,7 @@ static int cmd_symlink(void)
 
        if (!NT_STATUS_IS_OK(status)) {
                d_printf("%s symlinking files (%s -> %s)\n",
-                        nt_errstr(status), newname, newname);
+                        nt_errstr(status), oldname, newname);
                return 1;
        }