From: Andrew Tridgell Date: Mon, 2 Jun 2008 01:04:46 +0000 (+1000) Subject: remove a pstring X-Git-Tag: samba-4.0.0alpha5~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12ecd7f4b8934e3e11e8b6019b92b82a53e55b96;p=thirdparty%2Fsamba.git remove a pstring --- diff --git a/source/torture/nbench/nbench.c b/source/torture/nbench/nbench.c index 96144c47735..5a4037f906d 100644 --- a/source/torture/nbench/nbench.c +++ b/source/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;