Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/RMerl/asuswrt-merlin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Sauvageau <rmerl@lostrealm.ca>2017-09-25 02:40:18 +0300
committerEric Sauvageau <rmerl@lostrealm.ca>2017-10-04 21:53:06 +0300
commit6ff4404088ad91b760a8eb9421038a5c4af0b369 (patch)
tree1bff171fbb9fdc194ad4e09ca455a422735fe31c
parentc37f767463cbbfaf02876ee409a094542bbd2e80 (diff)
webui: fix adding of a client without a networkmap entry to the TOR rerouted client list
-rw-r--r--release/src/router/www/Advanced_TOR_Content.asp2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/src/router/www/Advanced_TOR_Content.asp b/release/src/router/www/Advanced_TOR_Content.asp
index e426af33e4..5258c9089b 100644
--- a/release/src/router/www/Advanced_TOR_Content.asp
+++ b/release/src/router/www/Advanced_TOR_Content.asp
@@ -66,7 +66,7 @@ function show_tor_redir_list(){
deviceVender = clientList[mac].vendor;
}
else {
- clientName = ruleArray[0]; // TODO: Use some kind of default name, or empty string?
+ clientName = mac;
deviceType = 0;
deviceVender = "";
}