=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/aucat.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- src/usr.bin/aucat/aucat.c 2008/11/16 16:30:22 1.40 +++ src/usr.bin/aucat/aucat.c 2008/11/16 18:34:56 1.41 @@ -1,4 +1,4 @@ -/* $OpenBSD: aucat.c,v 1.40 2008/11/16 16:30:22 ratchov Exp $ */ +/* $OpenBSD: aucat.c,v 1.41 2008/11/16 18:34:56 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -465,7 +465,7 @@ if (!listenpath) listenpath = DEFAULT_SOCKET; (void)listen_new(&listen_ops, listenpath, - MIDI_TO_ADATA(volctl)); + &dipar, &dopar, MIDI_TO_ADATA(volctl)); } /*