changeset 10527:07e688afe81b HEAD

*-login: Removed redundant %{hostname} variable.
author Timo Sirainen <tss@iki.fi>
date Tue, 22 Dec 2009 18:20:50 -0500
parents e1b725d02c30
children f011d7801572
files src/login-common/login-settings.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/login-common/login-settings.c	Tue Dec 22 18:18:55 2009 -0500
+++ b/src/login-common/login-settings.c	Tue Dec 22 18:20:50 2009 -0500
@@ -156,7 +156,6 @@
 		{ 'r', NULL, "rip" },
 		{ 'p', NULL, "pid" },
 		{ 's', NULL, "service" },
-		{ '\0', NULL, "hostname" },
 		{ '\0', NULL, NULL }
 	};
 	struct var_expand_table *tab;
@@ -168,7 +167,6 @@
 	tab[1].value = net_ip2addr(&input->remote_ip);
 	tab[2].value = my_pid;
 	tab[3].value = input->service;
-	tab[4].value = my_hostname;
 	return tab;
 }