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

rpc_server: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2021-03-07 09:57:05 +01:00 committed by Jeremy Allison
parent 1ea49c426c
commit 6d1049796f

View File

@ -115,7 +115,7 @@ struct dcesrv_call_state {
* and skip the reply
*
* this is only allowed to the backend when DCESRV_CALL_STATE_FLAG_MAY_ASYNC
* is alerady set by the frontend
* is already set by the frontend
*
* the backend then needs to call dcesrv_reply() when it's
* ready to send the reply