diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-11-10 13:37:54 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-11-17 00:34:08 +0100 |
commit | f099feaa01b6548cb60cb9d7d50b1f196b1af878 (patch) | |
tree | 47e86ced021fa016fd3fc2ca4891841aa6454d7e /source3/include | |
parent | df9a1ea6cb18d4e701471ddd0144dbc970c4eb88 (diff) | |
download | samba-f099feaa01b6548cb60cb9d7d50b1f196b1af878.tar.gz samba-f099feaa01b6548cb60cb9d7d50b1f196b1af878.tar.bz2 samba-f099feaa01b6548cb60cb9d7d50b1f196b1af878.zip |
s3-param remove lp_domain_logons(), always use IS_DC
This makes the code internally consistant.
Andrew Bartlett
Pair-Programmed-With: Amitay Isaacs <amitay@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index b2a10f69d6..b9e7f384ab 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1275,7 +1275,6 @@ bool lp_dns_proxy(void); bool lp_we_are_a_wins_server(void); bool lp_wins_proxy(void); bool lp_local_master(void); -bool lp_domain_logons(void); const char **lp_init_logon_delayed_hosts(void); int lp_init_logon_delay(void); bool lp_load_printers(void); |