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 | 74d9ecfe2dd7364643d32acb62ade957bd71cd0d (patch) | |
tree | 0349374bc5655624e2cf71930cce10b3fefe3554 /source/client/smbmount.c | |
parent | ab1ff35187924c31a8fa503c0d02c6b54605da4f (diff) | |
download | samba-74d9ecfe2dd7364643d32acb62ade957bd71cd0d.tar.gz samba-74d9ecfe2dd7364643d32acb62ade957bd71cd0d.tar.xz samba-74d9ecfe2dd7364643d32acb62ade957bd71cd0d.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.
Diffstat (limited to 'source/client/smbmount.c')
-rw-r--r-- | source/client/smbmount.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/client/smbmount.c b/source/client/smbmount.c index 1ee7dbc8cb9..eeaec642040 100644 --- a/source/client/smbmount.c +++ b/source/client/smbmount.c @@ -22,6 +22,8 @@ #include "includes.h" +#include "module_dummy.h" + #include <mntent.h> #include <asm/types.h> #include <linux/smb_fs.h> |