From 6208cf7ce9b652d4468e77a03b5823496f9546aa Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 11 Jun 2007 19:12:18 +0000 Subject: remote_addr -> remote_local_ip remote_iface -> remote_local_if --- setup_menu.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'setup_menu.c') diff --git a/setup_menu.c b/setup_menu.c index 48e81d64..db03d69b 100644 --- a/setup_menu.c +++ b/setup_menu.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: setup_menu.c,v 1.29 2007-06-11 19:03:14 phintuka Exp $ + * $Id: setup_menu.c,v 1.30 2007-06-11 19:12:18 phintuka Exp $ * */ @@ -1450,6 +1450,8 @@ void cMenuSetupRemote::Store(void) SetupStore("RemoteMode", xc.remote_mode); SetupStore("Remote.ListenPort", xc.listen_port); + SetupStore("Remote.Iface", xc.remote_local_if); + SetupStore("Remote.LocalIP", xc.remote_local_ip); SetupStore("Remote.Keyboard", xc.remote_keyboard); SetupStore("Remote.UsePipe",xc.remote_usepipe); @@ -1471,9 +1473,6 @@ void cMenuSetupRemote::Store(void) SetupStore("Remote.AllowHttp", xc.remote_use_http); SetupStore("Remote.AllowHttpCtrl", xc.remote_use_http_ctrl); - SetupStore("Remote.Iface", xc.remote_iface); - SetupStore("Remote.LocalIP", xc.remote_address); - cXinelibDevice::Instance().Listen(xc.remote_mode, xc.listen_port); } -- cgit v1.2.3