summaryrefslogtreecommitdiff
path: root/source3/torture/nbio.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-25 13:19:34 +0200
committerVolker Lendecke <vl@samba.org>2010-07-25 22:29:42 +0200
commitce3dfd777f8f2da4cb08f6c91a465e647b84a8f1 (patch)
tree0c00641b84697f6401f65af91ac26ef82e958cbf /source3/torture/nbio.c
parentb04eba165e45bafbe813f93b9e133dc489d2fe2e (diff)
downloadsamba-ce3dfd777f8f2da4cb08f6c91a465e647b84a8f1.tar.gz
samba-ce3dfd777f8f2da4cb08f6c91a465e647b84a8f1.tar.bz2
samba-ce3dfd777f8f2da4cb08f6c91a465e647b84a8f1.zip
s3: cli_qpathinfo->cli_qpathinfo1
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 054806811b..f69e4c3a2b 100644
--- a/source3/torture/nbio.c
+++ b/source3/torture/nbio.c
@@ -245,7 +245,7 @@ void nb_rename(const char *oldname, const char *newname)
void nb_qpathinfo(const char *fname)
{
- cli_qpathinfo(c, fname, NULL, NULL, NULL, NULL, NULL);
+ cli_qpathinfo1(c, fname, NULL, NULL, NULL, NULL, NULL);
}
void nb_qfileinfo(int fnum)