diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-26 21:58:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:46 -0500 |
commit | f6bbc72996aeee8607fc583140fd60be0e06e969 (patch) | |
tree | 0484ee6896e395100975e42a01706d66d28a072f /source/ntptr | |
parent | c92ace494f92084ddf178626cdf392d151043bc7 (diff) | |
download | samba-f6bbc72996aeee8607fc583140fd60be0e06e969.tar.gz |
r12500: Use init functions explicitly in a few more places. 'gensec' and 'librpc'
are the only two subsystems left to convert.
Diffstat (limited to 'source/ntptr')
-rw-r--r-- | source/ntptr/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/ntptr/config.mk b/source/ntptr/config.mk index dace20704a4..14124e12fe9 100644 --- a/source/ntptr/config.mk +++ b/source/ntptr/config.mk @@ -15,7 +15,6 @@ REQUIRED_SUBSYSTEMS = \ ################################################ # Start SUBSYSTEM NTPTR [SUBSYSTEM::NTPTR] -INIT_FUNCTION = ntptr_init OBJ_FILES = \ ntptr_base.o \ ntptr_interface.o |