summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-19 15:33:54 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-19 15:33:54 +0000
commit10e7ae7e7463879b89abaae37f80253a19df3c4f (patch)
tree8d9c83238cd192df590abaf0e1abafec30302047 /source3/lib/system.c
parente38148f78ca631dcbc8a09616c2c91e5ec64c670 (diff)
downloadsamba-10e7ae7e7463879b89abaae37f80253a19df3c4f.tar.gz
samba-10e7ae7e7463879b89abaae37f80253a19df3c4f.tar.bz2
samba-10e7ae7e7463879b89abaae37f80253a19df3c4f.zip
remove 'admin log' parameter (discussed with Jeremy)
remove 'alternate permissions' parameter (deprecated and not used since 2.0) (discussed with tridge) (This used to be commit 6e34651591d1de3293b239195078778ba1d0e565)
Diffstat (limited to 'source3/lib/system.c')
-rw-r--r--source3/lib/system.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c
index edda54a78d..8822d3c414 100644
--- a/source3/lib/system.c
+++ b/source3/lib/system.c
@@ -1239,9 +1239,6 @@ void sys_adminlog(int priority, const char *format_str, ...)
int ret;
char **msgbuf = NULL;
- if (!lp_admin_log())
- return;
-
va_start( ap, format_str );
ret = vasprintf( msgbuf, format_str, ap );
va_end( ap );