From 65bb6b35241a29a514fef3be547398c9cd3c2e09 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 9 Feb 2011 20:56:57 +0100 Subject: s3: move some stuff out of smb.h to better locations. Guenther --- source3/libsmb/clirap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/libsmb/clirap.c') diff --git a/source3/libsmb/clirap.c b/source3/libsmb/clirap.c index 8541af4c7d..781dbe64af 100644 --- a/source3/libsmb/clirap.c +++ b/source3/libsmb/clirap.c @@ -25,6 +25,8 @@ #include "../lib/crypto/arcfour.h" #include "async_smb.h" +#define PIPE_LANMAN "\\PIPE\\LANMAN" + /**************************************************************************** Call a remote api ****************************************************************************/ -- cgit