1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
(This used to be ctdb commit bf2799504498ae452bb7244ae3eb6a51797afe9b)
This commit is contained in:
Volker Lendecke 2007-04-17 21:23:22 +02:00
parent 3057f683f3
commit 6c597d3e83

View File

@ -414,7 +414,7 @@ void ctdb_request_call(struct ctdb_context *ctdb, struct ctdb_req_header *hdr)
called when a CTDB_REPLY_CALL packet comes in
This packet comes in response to a CTDB_REQ_CALL request packet. It
contains any reply data freom the call
contains any reply data from the call
*/
void ctdb_reply_call(struct ctdb_context *ctdb, struct ctdb_req_header *hdr)
{