diff options
author | Volker Lendecke <vl@samba.org> | 2010-02-23 15:04:10 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-02-23 15:30:00 +0100 |
commit | 752bffc53fcf296f841d62ffbf8d424f9e8e66bd (patch) | |
tree | d5139fe0fd5974d94262524112679e5cc6efd0e1 /source3/utils/dbwrap_torture.c | |
parent | ce7727c1cc2fe4caa9b2d6e33530c3483dd5f980 (diff) | |
download | samba-752bffc53fcf296f841d62ffbf8d424f9e8e66bd.tar.gz |
s3: Consolidate server_id_self into the equivalent 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 f96b8f176c5..04e17946c29 100644 --- a/source3/utils/dbwrap_torture.c +++ b/source3/utils/dbwrap_torture.c @@ -287,7 +287,7 @@ int main(int argc, const char *argv[]) goto done; } - msg_ctx = messaging_init(mem_ctx, server_id_self(), ev_ctx); + msg_ctx = messaging_init(mem_ctx, procid_self(), ev_ctx); if (msg_ctx == NULL) { d_fprintf(stderr, "ERROR: could not init messaging context\n"); goto done; |