1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

quick hack to get smbtorture working again

This commit is contained in:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 135855dbd3
commit 2d37c1f98f

View File

@ -22,6 +22,8 @@
#define NO_SYSLOG
#include "includes.h"
#include <sys/ipc.h>
#include <sys/shm.h>
static fstring host, workgroup, share, password, username, myname;
static int max_protocol = PROTOCOL_NT1;