diff --git a/mozilla/security/nss/lib/ckfw/wrap.c b/mozilla/security/nss/lib/ckfw/wrap.c index 242adc74f60..8f4ecba0b54 100644 --- a/mozilla/security/nss/lib/ckfw/wrap.c +++ b/mozilla/security/nss/lib/ckfw/wrap.c @@ -35,7 +35,7 @@ * ***** END LICENSE BLOCK ***** */ #ifdef DEBUG -static const char CVS_ID[] = "@(#) $RCSfile: wrap.c,v $ $Revision: 1.18 $ $Date: 2009-02-09 07:55:53 $"; +static const char CVS_ID[] = "@(#) $RCSfile: wrap.c,v $ $Revision: 1.19 $ $Date: 2010-03-31 16:45:22 $"; #endif /* DEBUG */ /* @@ -1777,6 +1777,9 @@ NSSCKFWC_SetOperationState } } + state.data = pOperationState; + state.size = ulOperationStateLen; + error = nssCKFWSession_SetOperationState(fwSession, &state, eKey, aKey); if( CKR_OK != error ) { goto loser;