diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-29 09:42:36 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-29 09:42:36 +0000 |
commit | 337693457aedc14d611f041b457ef9e5571684c6 (patch) | |
tree | edda38d34344e38d2a1ed40bbf4238258b525f3c /source3/sam/sam_plugin.c | |
parent | 558297b703fc29feb6e6fac205570f24b33d8b37 (diff) | |
download | samba-337693457aedc14d611f041b457ef9e5571684c6.tar.gz samba-337693457aedc14d611f041b457ef9e5571684c6.tar.bz2 samba-337693457aedc14d611f041b457ef9e5571684c6.zip |
Several compiler warning fixes + fix dependencies samtest
(This used to be commit b813761126249c3c0c0e38d2a3306d1d0c33c4eb)
Diffstat (limited to 'source3/sam/sam_plugin.c')
-rw-r--r-- | source3/sam/sam_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/sam/sam_plugin.c b/source3/sam/sam_plugin.c index 56f8260544..c32acf3d3c 100644 --- a/source3/sam/sam_plugin.c +++ b/source3/sam/sam_plugin.c @@ -25,7 +25,7 @@ #undef DBGC_CLASS #define DBGC_CLASS DBGC_SAM -NTSTATUS sam_init_plugin(SAM_CONTEXT *sam_context, SAM_METHODS **sam_method, const char *location) +NTSTATUS sam_init_plugin(const SAM_CONTEXT *sam_context, SAM_METHODS **sam_method, const char *location) { void * dl_handle; char *plugin_location, *plugin_name, *p; |