diff options
author | Jeremy Allison <jra@samba.org> | 2010-02-11 15:16:23 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-02-11 15:16:23 -0800 |
commit | a6f402ad87ff0ae14d57d97278d67d0ceaaa1d82 (patch) | |
tree | 7fdfb01de6c8b093ebab210fae4e8b6df91b1b51 /source3/include | |
parent | 4ff7f6ed3634f9a45b1ebdc965152bbada72b49d (diff) | |
download | samba-a6f402ad87ff0ae14d57d97278d67d0ceaaa1d82.tar.gz samba-a6f402ad87ff0ae14d57d97278d67d0ceaaa1d82.tar.bz2 samba-a6f402ad87ff0ae14d57d97278d67d0ceaaa1d82.zip |
Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from Volker.
Create widelinks_warning(int snum) to cover the message needed in make_connection.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 3549ea6c62..c10a885396 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4393,7 +4393,7 @@ void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val); int lp_min_receive_file_size(void); char* lp_perfcount_module(void); void lp_set_passdb_backend(const char *backend); -bool lp_safe_widelinks(int snum); +void widelinks_warning(int snum); /* The following definitions come from param/util.c */ |