[PATCH] break overly long line

Michael Adam obnox at samba.org
Tue Sep 29 10:12:23 UTC 2015


On 2015-09-29 at 11:46 +0200, Michael Adam wrote:
> I broke it as I worked on that code.
> 
> Review / push welcome...
> 
> Cheers - Michael

fixing ENOPATCH... ;-)

-------------- next part --------------
From 4402fcddfe7354bb40f05ddb5533075d24c36ccc Mon Sep 17 00:00:00 2001
From: Michael Adam <obnox at samba.org>
Date: Tue, 22 Sep 2015 01:27:48 +0200
Subject: [PATCH] s3:lib:interface: break an overly long line

Signed-off-by: Michael Adam <obnox at samba.org>
---
 source3/lib/interface.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/source3/lib/interface.c b/source3/lib/interface.c
index 3edeae5..adf8b42 100644
--- a/source3/lib/interface.c
+++ b/source3/lib/interface.c
@@ -392,7 +392,9 @@ static void interpret_interface(char *token)
 		}
 
 		for (i=0;i<total_probed;i++) {
-			if (sockaddr_equal((struct sockaddr *)&ss, (struct sockaddr *)&probed_ifaces[i].ip)) {
+			if (sockaddr_equal((struct sockaddr *)&ss,
+				(struct sockaddr *)&probed_ifaces[i].ip))
+			{
 				add_interface(&probed_ifaces[i]);
 				return;
 			}
-- 
2.4.3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20150929/091088e4/attachment.sig>


More information about the samba-technical mailing list