diff --git a/ChangeLog b/ChangeLog index 56f470df..e03536b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,11 @@ Tom Szilagyi --------------------------- Jackdmp changes log ---------------------------- +--------------------------- + +2007-10-02 Stephane Letz + + * Correct jack_client_open "status" management. 2007-08-27 Stephane Letz diff --git a/common/JackEngine.cpp b/common/JackEngine.cpp index 91d9841d..4ffbfe74 100644 --- a/common/JackEngine.cpp +++ b/common/JackEngine.cpp @@ -379,6 +379,8 @@ void JackEngine::NotifyActivate(int refnum) int JackEngine::ClientCheck(const char* name, char* name_res, int protocol, int options, int* status) { + // Clear status + *status = 0; strcpy(name_res, name); if (protocol != JACK_PROTOCOL_VERSION) {