mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-29 01:00:41 +00:00
Fix IDG build breakage on AIX (remove cast).
This commit is contained in:
parent
59aeefaf0d
commit
ebe4aefce6
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: session.c,v $ $Revision: 1.4 $ $Date: 2000/05/16 01:54:46 $ $Name: $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: session.c,v $ $Revision: 1.5 $ $Date: 2000/09/13 21:15:07 $ $Name: $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
@ -607,7 +607,7 @@ nssCKFWSession_GetHandle
|
||||
{
|
||||
#ifdef NSSDEBUG
|
||||
if( CKR_OK != nssCKFWSession_verifyPointer(fwSession) ) {
|
||||
return (NSSCKMDSession *)NULL;
|
||||
return NULL;
|
||||
}
|
||||
#endif /* NSSDEBUG */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user