mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Add missing check to httpAddres
This commit is contained in:
parent
c5eb0fd351
commit
e6cf11cb3d
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,7 @@ public class DaemonCommand implements MultiLocalCommand, LocalCommand {
|
||||||
!isDbusSystem
|
!isDbusSystem
|
||||||
&& socketFile == null
|
&& socketFile == null
|
||||||
&& tcpAddress == null
|
&& tcpAddress == null
|
||||||
|
&& httpAddress == null
|
||||||
&& !(inheritedChannel instanceof ServerSocketChannel)
|
&& !(inheritedChannel instanceof ServerSocketChannel)
|
||||||
)) {
|
)) {
|
||||||
runDbusSingleAccount(m, false, receiveMode != ReceiveMode.ON_START);
|
runDbusSingleAccount(m, false, receiveMode != ReceiveMode.ON_START);
|
||||||
|
@ -233,6 +234,7 @@ public class DaemonCommand implements MultiLocalCommand, LocalCommand {
|
||||||
!isDbusSystem
|
!isDbusSystem
|
||||||
&& socketFile == null
|
&& socketFile == null
|
||||||
&& tcpAddress == null
|
&& tcpAddress == null
|
||||||
|
&& httpAddress == null
|
||||||
&& !(inheritedChannel instanceof ServerSocketChannel)
|
&& !(inheritedChannel instanceof ServerSocketChannel)
|
||||||
)) {
|
)) {
|
||||||
runDbusMultiAccount(c, receiveMode != ReceiveMode.ON_START, false);
|
runDbusMultiAccount(c, receiveMode != ReceiveMode.ON_START, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue