summaryrefslogtreecommitdiff
path: root/source3/torture/nbio.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-06-25 09:07:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:58:02 -0500
commitad54e2f0c201e227ddb3caf9bb66abc968c6dbce (patch)
treea77151550d21537a1d17e20f24211d10484439af /source3/torture/nbio.c
parentff7e5c26733c933d0ed71616c39e2d931ad1e597 (diff)
downloadsamba-ad54e2f0c201e227ddb3caf9bb66abc968c6dbce.tar.gz
samba-ad54e2f0c201e227ddb3caf9bb66abc968c6dbce.tar.bz2
samba-ad54e2f0c201e227ddb3caf9bb66abc968c6dbce.zip
r7902: Fix the build
(This used to be commit 6d431eb676e1df4cfdcbeaed5fa81adfbfc77325)
Diffstat (limited to 'source3/torture/nbio.c')
-rw-r--r--source3/torture/nbio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/nbio.c b/source3/torture/nbio.c
index 16e0b4a191..e00fce02db 100644
--- a/source3/torture/nbio.c
+++ b/source3/torture/nbio.c
@@ -232,7 +232,7 @@ void nb_rename(const char *oldname, const char *newname)
{
if (!cli_rename(c, oldname, newname)) {
printf("ERROR: rename %s %s failed (%s)\n",
- old, new, cli_errstr(c));
+ oldname, newname, cli_errstr(c));
exit(1);
}
}