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:
parent
7a1877db15
commit
12ecd7f4b8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user