X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fgss%2Fgss_null_mech.c;fp=lustre%2Fptlrpc%2Fgss%2Fgss_null_mech.c;h=cdb120d977804528e0284d932b73d6541a2fd24f;hb=e9cfbba2ad00b5e818f934e5d6efbf02e3ab6a47;hp=55657730d8da5d9626fc489cd18fd590b968f8ed;hpb=2fa49e138142145b8c8e7b40ad440baf1beac449;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/gss/gss_null_mech.c b/lustre/ptlrpc/gss/gss_null_mech.c index 5565773..cdb120d 100644 --- a/lustre/ptlrpc/gss/gss_null_mech.c +++ b/lustre/ptlrpc/gss/gss_null_mech.c @@ -77,7 +77,7 @@ __u32 gss_copy_reverse_context_null(struct gss_ctx *gss_context_old, return GSS_S_FAILURE; null_context_old = gss_context_old->internal_ctx_id; - memcpy(null_context_new, null_context_old, sizeof *null_context_new); + memcpy(null_context_new, null_context_old, sizeof(*null_context_new)); gss_context_new->internal_ctx_id = null_context_new; CDEBUG(D_SEC, "succesfully copied reverse null context\n");