From patchwork Mon May 2 14:38:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 902 Return-Path: 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 ; 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 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 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 List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2011 14:38:53 -0000 Signed-off-by: Marek Lindner Acked-by: Sven Eckelmann --- 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 */ - #include "main.h" #include "originator.h" #include "hash.h"