1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

remove a pstring

(This used to be commit 12ecd7f4b8)
This commit is contained in:
Andrew Tridgell 2008-06-02 11:04:46 +10:00
parent e7b30f023b
commit fa327874bb

View 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;