1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3: Remove some explicit calls to procid_self()

This commit is contained in:
Volker Lendecke 2010-07-19 21:00:41 +02:00
parent e6604e5d20
commit bf9a1dd460

View File

@ -88,10 +88,10 @@ static void pong_message(struct messaging_context *msg_ctx,
safe_strcpy(buf, "1234567890", sizeof(buf)-1);
for (i=0;i<n;i++) {
messaging_send(msg_ctx, procid_self(), MSG_PING,
messaging_send(msg_ctx, messaging_server_id(msg_ctx), MSG_PING,
&data_blob_null);
messaging_send_buf(msg_ctx, procid_self(), MSG_PING,
(uint8 *)buf, 11);
messaging_send_buf(msg_ctx, messaging_server_id(msg_ctx),
MSG_PING,(uint8 *)buf, 11);
}
for (i=0;i<n;i++) {