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

s3-vfstest: Fix some pointless statics

This commit is contained in:
Volker Lendecke 2012-02-01 19:42:55 +01:00
parent 1168700d91
commit 3c6bd8c1ef

View File

@ -417,11 +417,11 @@ int last_message = -1;
int main(int argc, char *argv[])
{
static char *cmdstr = NULL;
struct cmd_set **cmd_set;
static struct vfs_state vfs;
char *cmdstr = NULL;
struct cmd_set **cmd_set;
struct vfs_state vfs;
int i;
static char *filename = NULL;
char *filename = NULL;
TALLOC_CTX *frame = talloc_stackframe();
/* make sure the vars that get altered (4th field) are in