batctl: Refresh patches
[feed/routing.git] / batctl / patches / 0007-batctl-Handle-nl_socket_alloc-errors.patch
index 0d78f7f683d7a2c85b9895c7bee928170ba95bb1..b862c6bd954e341e9239ba6db9a655e961fc80b5 100644 (file)
@@ -1,6 +1,6 @@
 From: Sven Eckelmann <sven.eckelmann@openmesh.com>
 Date: Thu, 23 Nov 2017 15:04:39 +0100
-Subject: [PATCH] batctl: Handle nl_socket_alloc errors
+Subject: batctl: Handle nl_socket_alloc errors
 
 nl_socket_alloc may return NULL on errors. The processing has to be aborted
 when this happens.
@@ -10,9 +10,6 @@ Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
 Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
 
 Origin: upstream, https://git.open-mesh.org/batctl.git/commit/bc6cd37e0d3ce08e3b89e3123ffa87dc55f24c09
----
- netlink.c | 9 +++++++++
- 1 file changed, 9 insertions(+)
 
 diff --git a/netlink.c b/netlink.c
 index 64afeedac46bf3eab14a1d89d7db4491fbef8d81..107ca52a4866e25b7b04428d770a885ca4e826d2 100644