diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-25 18:51:56 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-31 00:32:07 +0200 |
commit | e5dd03d1991f125fa3cfddac9a41d2f9e6391c42 (patch) | |
tree | 0b1c0bdf4759f2ad1331febe2612ca739eba8d30 /source3/lib | |
parent | 81905585c093b6d641a10f6c338949bcbaa724c0 (diff) | |
download | samba-e5dd03d1991f125fa3cfddac9a41d2f9e6391c42.tar.gz samba-e5dd03d1991f125fa3cfddac9a41d2f9e6391c42.tar.bz2 samba-e5dd03d1991f125fa3cfddac9a41d2f9e6391c42.zip |
s3-globals Remove smbd_event_context() (use server_event_context())
This has been a wrapper around server_event_context() for some time
now, and removing this from dummmysmbd.c assists with library
dependencies.
Andrew Bartlett
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/dummysmbd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/lib/dummysmbd.c b/source3/lib/dummysmbd.c index 1d311a2dd9..541b59e0cc 100644 --- a/source3/lib/dummysmbd.c +++ b/source3/lib/dummysmbd.c @@ -45,11 +45,6 @@ bool change_to_root_user(void) return false; } -struct event_context *smbd_event_context(void) -{ - return NULL; -} - /** * The following two functions need to be called from inside the low-level BRL * code for oplocks correctness in smbd. Since other utility binaries also |