From 39a1958bf411c80d35a6d1433e434d89757f30e3 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Mon, 9 Feb 2009 14:55:48 +0000
Subject: [PATCH] fix dest save broken in 0.7

---
 apps/susidns/src/jsp/addressbook.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/susidns/src/jsp/addressbook.jsp b/apps/susidns/src/jsp/addressbook.jsp
index 435ce2ec5..05a012936 100644
--- a/apps/susidns/src/jsp/addressbook.jsp
+++ b/apps/susidns/src/jsp/addressbook.jsp
@@ -160,7 +160,7 @@
 <div id="add">
 <p class="add">
 <h3>Add new destination:</h3>
-Hostname: <input type="text" name="hostname" value="" size="20"> Destination: <textarea rows="1" cols="20" wrap="off" ></textarea><br/>
+Hostname: <input type="text" name="hostname" value="" size="20"> Destination: <textarea name="destination" rows="1" cols="20" wrap="off" ></textarea><br/>
 <input type="image" name="action" value="add" src="images/add.png" alt="Add destination" />
 </p>
 </div>
-- 
GitLab