From f5f913b001ab66c2266e3325f8c91af2486116a2 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Mon, 25 Jan 1999 01:46:14 +0000 Subject: Putting back the -p flag in smbclient. However, it seems that the -s flag in smbclient is also ignored :-( (This used to be commit f6c78192664d611d4663ed7459a2789315861eec) --- source3/smbd/ssl.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/ssl.c b/source3/smbd/ssl.c index 1c953272c3..1f098b2533 100644 --- a/source3/smbd/ssl.c +++ b/source3/smbd/ssl.c @@ -19,9 +19,16 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "includes.h" + +/* + * Hmmm, only check on WITH_SSL after we have included includes.h + * which pulls in config.h which is where WITH_SSL is defined, if + * at all :-) + */ + #ifdef WITH_SSL /* should always be defined if this module is compiled */ -#include "includes.h" #include #include -- cgit