Browse Source

change client name to "netjack"

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3761 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.117.0
torben 16 years ago
parent
commit
09a3ffede5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/netsource.c

+ 1
- 1
tools/netsource.c View File

@@ -574,7 +574,7 @@ main (int argc, char *argv[])

client_name = (char *) malloc (sizeof (char) * 10);
peer_ip = (char *) malloc (sizeof (char) * 10);
sprintf(client_name, "netsource");
sprintf(client_name, "netjack");
sprintf(peer_ip, "localhost");

while ((c = getopt (argc, argv, ":h:H:o:i:O:I:n:p:r:B:b:c:m:R:e:N:s:")) != -1)


Loading…
Cancel
Save