diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-25 10:30:14 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-28 13:10:28 +0200 |
commit | b256799eaf829fcb7d6e1d88de4478f77df8ff73 (patch) | |
tree | b0366498e602f56a999f08244deb41081e453b5a /source3/wscript | |
parent | 0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4 (diff) | |
download | samba-b256799eaf829fcb7d6e1d88de4478f77df8ff73.tar.gz |
lib/util Rename samba_init_module -> samba_module_init
This is to provide a cleaner namespace in the public samba plugin
functions.
Andrew Bartlett
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 5746533effc..26152f51690 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1722,7 +1722,7 @@ main() { conf.DEFINE('static_init_%s' % p, '{}') if p in shared_list: for entry in shared_list[p]: - conf.DEFINE('%s_init' % entry, 'samba_init_module') + conf.DEFINE('%s_init' % entry, 'samba_module_init') conf.env[shared_env].append('%s' % entry) conf.SAMBA_CONFIG_H('include/config.h') |