Opened 3 years ago
Last modified 3 years ago
#3540 new bug
unable to update interface in thinclient
Reported by: | DjLegolas | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | needs verified |
Component: | Core | Version: | 2.0.5 |
Keywords: | Cc: |
Description
According to the this forum thread, there is a problem to change the interface when running in thinclient mode.
The issue is that when trying to apply the new configuration in both GTK
and ConsoleUI
, we check that the interface (in and out) is being validated on the thinkclient end and not on the remote daemon:
deluge.common.is_interface(incoming_address)
Note:
See TracTickets
for help on using tickets.
PR: https://github.com/deluge-torrent/deluge/pull/394