From 989b57f783adada15db645f60e9aafc3e83cc6ce Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Tue, 21 Oct 2003 17:59:08 +0000 Subject: Add server side support for epmapper pipe. Currently only does a fixed mapping, but this is the base for changes to come. (This used to be commit 73882e970a3aea1c3c9f34779b4220bbf28f6dad) --- source3/smbd/nttrans.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/nttrans.c') diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index 19af61f190..e7d7c20f6b 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -43,6 +43,7 @@ static const char *known_nt_pipes[] = { "\\spoolss", "\\netdfs", "\\rpcecho", + "\\epmapper", NULL }; -- cgit