[PATCH 10/10] s4-backupkey: typo fix

Arvid Requate requate at univention.de
Mon Jul 7 11:15:22 MDT 2014


Just a typo.

Signed-off-by: Arvid Requate <requate at univention.de>
---
 source4/rpc_server/backupkey/dcesrv_backupkey.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source4/rpc_server/backupkey/dcesrv_backupkey.c 
b/source4/rpc_server/backupkey/dcesrv_backupkey.c
index 9e17625..c3ed224 100644
--- a/source4/rpc_server/backupkey/dcesrv_backupkey.c
+++ b/source4/rpc_server/backupkey/dcesrv_backupkey.c
@@ -1162,7 +1162,7 @@ static WERROR generate_bkrp_cert(TALLOC_CTX *ctx, struct 
dcesrv_call_state *dce_
        return WERR_OK;
 }
 
-static WERROR bkrp_do_retreive_client_wrap_key(struct dcesrv_call_state 
*dce_call, TALLOC_CTX *mem_ctx,
+static WERROR bkrp_do_retrieve_client_wrap_key(struct dcesrv_call_state 
*dce_call, TALLOC_CTX *mem_ctx,
                struct bkrp_BackupKey *r ,struct ldb_context *ldb_ctx)
 {
        struct GUID guid;
@@ -1307,7 +1307,7 @@ static WERROR dcesrv_bkrp_BackupKey(struct 
dcesrv_call_state *dce_call,
                if (strncasecmp(GUID_string(mem_ctx, r->in.guidActionAgent),
                        BACKUPKEY_RETRIEVE_BACKUP_KEY_GUID, 
strlen(BACKUPKEY_RETRIEVE_BACKUP_KEY_GUID)) == 0) {
                        DEBUG(debuglevel, ("Client %s requested certificate for 
client wrapped secret\n", addr));
-                       error = bkrp_do_retreive_client_wrap_key(dce_call, 
mem_ctx, r, ldb_ctx);
+                       error = bkrp_do_retrieve_client_wrap_key(dce_call, 
mem_ctx, r, ldb_ctx);
                }
 
                if (strncasecmp(GUID_string(mem_ctx, r->in.guidActionAgent),
-- 
2.0.0.rc2



More information about the samba-technical mailing list