Message ID | 1304347097-8520-1-git-send-email-lindner_marek@yahoo.de (mailing list archive) |
---|---|
State | Accepted, archived |
Commit | b9f017d6c06c683056ef284f6f0fb16d06cfdd9f |
Headers |
Return-Path: <lindner_marek@yahoo.de> Received: from nm3-vm0.bullet.mail.ukl.yahoo.com (nm3-vm0.bullet.mail.ukl.yahoo.com [217.146.183.228]) by open-mesh.org (Postfix) with SMTP id 0B500154212 for <b.a.t.m.a.n@lists.open-mesh.org>; Mon, 2 May 2011 16:38:53 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@yahoo.de; dkim-adsp=none Received: from [217.146.183.215] by nm3.bullet.mail.ukl.yahoo.com with NNFMP; 02 May 2011 14:38:52 -0000 Received: from [77.238.184.67] by tm8.bullet.mail.ukl.yahoo.com with NNFMP; 02 May 2011 14:38:52 -0000 Received: from [127.0.0.1] by smtp136.mail.ukl.yahoo.com with NNFMP; 02 May 2011 14:38:52 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1304347132; bh=QNS8rhni9LVVBvOGeeWqv5LXLAbNdfw2lIzrBaIVFJE=; h=X-Yahoo-Newman-Id:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Cc:Subject:Date:Message-Id:X-Mailer; b=rTZF4RJvG1A5rODOt/HQgKn9E2Pv140AB262AtUYnP1+K2gzbQcnBk/aYFX+dMhxr3OsDFXS3V4snvX5oazfD1Ex6whkULqwjqRyT8WMipH1JjonmkppOpsRRVjEUjkp60awX9DdgbIIb0q0QmPeCq2T763B1BNlBEuNPJ1qE/4= X-Yahoo-Newman-Id: 545588.81178.bm@smtp136.mail.ukl.yahoo.com Received: from localhost (lindner_marek@90.61.189.28 with plain) by smtp136.mail.ukl.yahoo.com with SMTP; 02 May 2011 14:38:52 +0000 GMT X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- X-YMail-OSG: h2FRhbEVM1mcC6Pzls_ckgj4umPTDfr.p8kwwY0n3A57YSV Ylbln1jazP71reSIVMkBKIdZ85g8BC_ctlSlXp95X.TOOzFocZYTRGgTeqfs B8uyoFEiR5B0d88HB69AsgImtYF4TJylz_OCwHGiYYYkKphpTDUEMmsu3TYo S.yEUwZv8PuA_QhUAVgqwJvc8.ItuBnFKN8zvdqRofNeTGDd8jMDYdtYfI2R s4rZ.Ov16HbTWVZ882L5VKu1ds_FceJfSFCUTnP83LcO4qL2Szd42K.TCABs K28wV4Goi6RVci9zj57UT.qoAmRFHVfb0bqzoSPC9WVfJRpECLRw61w-- X-Yahoo-Newman-Property: ymail-3 From: Marek Lindner <lindner_marek@yahoo.de> To: b.a.t.m.a.n@lists.open-mesh.org Date: Mon, 2 May 2011 16:38:17 +0200 Message-Id: <1304347097-8520-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.2.3 Cc: Marek Lindner <lindner_marek@yahoo.de> Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: remove misplaced comment X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n@lists.open-mesh.org> List-Id: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n.lists.open-mesh.org> List-Unsubscribe: <https://lists.open-mesh.org/mm/options/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=unsubscribe> List-Archive: <http://lists.open-mesh.org/pipermail/b.a.t.m.a.n> List-Post: <mailto:b.a.t.m.a.n@lists.open-mesh.org> List-Help: <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=help> List-Subscribe: <https://lists.open-mesh.org/mm/listinfo/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=subscribe> X-List-Received-Date: Mon, 02 May 2011 14:38:53 -0000 |
Commit Message
Marek Lindner
May 2, 2011, 2:38 p.m. UTC
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
originator.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
Comments
On Monday 02 May 2011 16:38:17 Marek Lindner wrote: > Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> > --- > originator.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/originator.c b/originator.c > index ef4a9be..51af91b 100644 > --- a/originator.c > +++ b/originator.c > @@ -19,8 +19,6 @@ > * > */ > > -/* increase the reference counter for this originator */ Could we replace it with another joke? :D Acked-by: Sven Eckelmann <sven@narfation.org> Kind regards, Sven
On Monday 02 May 2011 16:55:13 Sven Eckelmann wrote: > On Monday 02 May 2011 16:38:17 Marek Lindner wrote: > > Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> > > --- > > > > originator.c | 2 -- > > 1 files changed, 0 insertions(+), 2 deletions(-) > > > > diff --git a/originator.c b/originator.c > > index ef4a9be..51af91b 100644 > > --- a/originator.c > > +++ b/originator.c > > @@ -19,8 +19,6 @@ > > > > * > > */ > > > > -/* increase the reference counter for this originator */ > > Could we replace it with another joke? :D Feel free to propose some jokes - the best will be included. ;-) Applied this patch in revision b9f017d. Regards, Marek
diff --git a/originator.c b/originator.c index ef4a9be..51af91b 100644 --- a/originator.c +++ b/originator.c @@ -19,8 +19,6 @@ * */ -/* increase the reference counter for this originator */ - #include "main.h" #include "originator.h" #include "hash.h"