diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-04-27 18:09:35 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-04-27 18:09:35 +0000 |
commit | 89a5e9d70f46f2650a5a55444a4054859c1b648b (patch) | |
tree | 21c10853f51e437bcad2c6fa36cc2e738c536d01 /usr.bin | |
parent | d7b060eb2cad6f74c927ad9817cb875c33ae3e7f (diff) |
make -v option apply also to implicit default socket
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/aucat/aucat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c index 40575b18ffe..1b060505f6e 100644 --- a/usr.bin/aucat/aucat.c +++ b/usr.bin/aucat/aucat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aucat.c,v 1.59 2009/03/17 21:26:44 jmc Exp $ */ +/* $OpenBSD: aucat.c,v 1.60 2009/04/27 18:09:34 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -476,7 +476,7 @@ main(int argc, char **argv) */ if (l_flag && SLIST_EMPTY(&sfiles)) { farg_add(&sfiles, &dopar, &dipar, - MIDI_MAXCTL, HDR_RAW, XRUN_IGNORE, DEFAULT_SOCKET); + volctl, HDR_RAW, XRUN_IGNORE, DEFAULT_SOCKET); } if (!u_flag) { |