-
-
Notifications
You must be signed in to change notification settings - Fork 670
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
506f2fd
commit 330c901
Showing
3 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ func (conn *Connector) StatusNotification(request *core.StatusNotificationReques | |
|
||
if conn.isWaitingForAuth() { | ||
if conn.remoteIdTag != "" { | ||
defer conn.remoteStartTransactionRequest(conn.remoteIdTag) | ||
defer conn.remoteStartTransactionRequest() | ||
This comment has been minimized.
Sorry, something went wrong.
andig
Member
|
||
} else { | ||
conn.log.DEBUG.Printf("waiting for local authentication") | ||
} | ||
|
Letzter Kommentar: man könnte es else empty setzen. Aber passt.