diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 10:53:48 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 10:53:48 +0000 |
commit | c507ebe56741d773bf6e7ad547863a2da1aee687 (patch) | |
tree | 916ea67eda6b10be64ad1d78ecadc4da1c344678 /source3/nmbd/nmbd.c | |
parent | 05bc989ae88866951437dbcb88f76642aa8b6051 (diff) | |
download | samba-c507ebe56741d773bf6e7ad547863a2da1aee687.tar.gz samba-c507ebe56741d773bf6e7ad547863a2da1aee687.tar.xz samba-c507ebe56741d773bf6e7ad547863a2da1aee687.zip |
Patch from metze and me that adds dummy smb_register_*() functions so
that is now possible to, for example, load a module which contains
an auth method into a binary without the auth/ subsystem built in.
(This used to be commit 74d9ecfe2dd7364643d32acb62ade957bd71cd0d)
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r-- | source3/nmbd/nmbd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index d9300f4668f..411a406a929 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -23,6 +23,8 @@ #include "includes.h" +#include "module_dummy.h" + int ClientNMB = -1; int ClientDGRAM = -1; int global_nmb_port = -1; |