diff options
Diffstat (limited to 'net/sctp/endpointola.c')
| -rw-r--r-- | net/sctp/endpointola.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/endpointola.c b/net/sctp/endpointola.c index 2b3ef03c609..12ed45dbe75 100644 --- a/net/sctp/endpointola.c +++ b/net/sctp/endpointola.c @@ -155,7 +155,7 @@ static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep,  	/* SCTP-AUTH extensions*/  	INIT_LIST_HEAD(&ep->endpoint_shared_keys); -	null_key = sctp_auth_shkey_create(0, GFP_KERNEL); +	null_key = sctp_auth_shkey_create(0, gfp);  	if (!null_key)  		goto nomem;  |