remove a pstring
authorAndrew Tridgell <tridge@samba.org>
Mon, 2 Jun 2008 01:04:46 +0000 (11:04 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 2 Jun 2008 01:04:46 +0000 (11:04 +1000)
source/torture/nbench/nbench.c

index 96144c47735592b5af885c7371ce3e0588e133e5..5a4037f906d1d73dba685ae5b9922ca0ab2100de 100644 (file)
@@ -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;