summaryrefslogtreecommitdiff
path: root/source4/torture/nbench
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-06-02 11:04:46 +1000
committerAndrew Tridgell <tridge@samba.org>2008-06-02 11:04:46 +1000
commitfa327874bbbfc7ae1693adb1b87cae3f5d0857ec (patch)
tree79f13fa27f13616463c42d820d4e19a21e214045 /source4/torture/nbench
parente7b30f023bd8b1003f5283ffc1bf1d2edb6fb281 (diff)
downloadsamba-fa327874bbbfc7ae1693adb1b87cae3f5d0857ec.tar.gz
remove a pstring
(This used to be commit 12ecd7f4b8934e3e11e8b6019b92b82a53e55b96)
Diffstat (limited to 'source4/torture/nbench')
-rw-r--r--source4/torture/nbench/nbench.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/nbench/nbench.c b/source4/torture/nbench/nbench.c
index 96144c47735..5a4037f906d 100644
--- a/source4/torture/nbench/nbench.c
+++ b/source4/torture/nbench/nbench.c
@@ -23,7 +23,6 @@
#include "torture/smbtorture.h"
#include "system/filesys.h"
#include "system/locale.h"
-#include "pstring.h"
#include "torture/nbench/proto.h"
@@ -59,7 +58,7 @@ static bool run_netbench(struct torture_context *tctx, struct smbcli_state *cli,
{
int torture_nprocs = torture_setting_int(tctx, "nprocs", 4);
int i;
- pstring line;
+ char line[1024];
char *cname;
FILE *f;
bool correct = true;