Commit c81081b
committed
remote/exporter: hostname option is ignored
Following the addition of the fqdn option, the hostname is ignored.
Hostname is set with gethostname() regardless of args.hostname value
because the condition is incorrect.
Fix this and get the hostname option working again.
Cc: Andreas Naumann <anaumann@ultratronik.de>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>1 parent 3de5952 commit c81081b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
949 | 949 | | |
950 | 950 | | |
951 | 951 | | |
952 | | - | |
| 952 | + | |
953 | 953 | | |
954 | 954 | | |
955 | 955 | | |
| |||
0 commit comments