Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9be0741 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: fix to handle warning message"

parents 4a49d3d1 ba4cc509
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
/* SIP extension for IP connection tracking.
 *
 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
 * (C) 2005 by Christian Hentschel <chentschel@arnet.com.ar>
 * based on RR's ip_conntrack_ftp.c and other modules.
 * (C) 2007 United Security Providers
@@ -452,6 +452,9 @@ int proc_sip_segment(struct ctl_table *ctl, int write,
	if (sip_segmentation_status == nf_ct_enable_sip_segmentation)
		return ret;
	if (nf_ct_enable_sip_segmentation) {
		pr_debug("de-registering queue handler before register for sip\n");
		nf_unregister_queue_handler();

		pr_debug("registering queue handler\n");
		nf_register_queue_handler(&nf_sip_qh);
	} else {