Browse Source

jack_property should not attempt to start a server if one is not running

tags/0.124.0
Paul Davis 11 years ago
parent
commit
867ba42f64
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      property.c

+ 1
- 1
property.c View File

@@ -82,7 +82,7 @@ get_subject (jack_client_t* client, char* argv[], int* optind)
int main (int argc, char* argv[])
{
jack_client_t* client = NULL;
jack_options_t options = JackNullOption;
jack_options_t options = JackNoStartServer;
char* key = NULL;
char* value = NULL;
char* type = NULL;


Loading…
Cancel
Save