1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

remove a pstring

This commit is contained in:
Andrew Tridgell 2008-06-02 11:04:46 +10:00
parent 7a1877db15
commit 12ecd7f4b8

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;