Skip to content

Commit 141ee91

Browse files
committed
Fixed on_deactivated() call
1 parent e40dca0 commit 141ee91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ namespace lsp
285285
lsp_error("Could not activate JACK client");
286286

287287
// Issue deactivation callback
288-
if ((callbacks) && (callbacks->on_activated))
288+
if ((callbacks) && (callbacks->on_deactivated))
289289
callbacks->on_deactivated(user_data);
290290

291291
return STATUS_DISCONNECTED;

0 commit comments

Comments
 (0)