diff options
author | Volker Lendecke <vl@samba.org> | 2011-12-12 14:55:54 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-12-12 21:50:25 +0100 |
commit | 0f9d14820e222233d63b7a79b4b1ff044332ef41 (patch) | |
tree | d3e48dcf07b6d8364ac7cabf80391b626b5509fb /source3/utils/dbwrap_torture.c | |
parent | 77dc976b53490e06dff649f199033fe799b714bf (diff) | |
download | samba-0f9d14820e222233d63b7a79b4b1ff044332ef41.tar.gz samba-0f9d14820e222233d63b7a79b4b1ff044332ef41.tar.bz2 samba-0f9d14820e222233d63b7a79b4b1ff044332ef41.zip |
s3: Remove a bunch of calls to procid_self()
All callers to messaging_[re]init only used procid_self()
Diffstat (limited to 'source3/utils/dbwrap_torture.c')
-rw-r--r-- | source3/utils/dbwrap_torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/dbwrap_torture.c b/source3/utils/dbwrap_torture.c index 3ce1f53b41..9907f31f76 100644 --- a/source3/utils/dbwrap_torture.c +++ b/source3/utils/dbwrap_torture.c @@ -292,7 +292,7 @@ int main(int argc, const char *argv[]) goto done; } - msg_ctx = messaging_init(mem_ctx, procid_self(), ev_ctx); + msg_ctx = messaging_init(mem_ctx, ev_ctx); if (msg_ctx == NULL) { d_fprintf(stderr, "ERROR: could not init messaging context\n"); goto done; |