=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/sock.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/usr.bin/aucat/Attic/sock.c 2009/02/06 08:29:35 1.14 +++ src/usr.bin/aucat/Attic/sock.c 2009/03/12 07:26:04 1.15 @@ -1,4 +1,4 @@ -/* $OpenBSD: sock.c,v 1.14 2009/02/06 08:29:35 ratchov Exp $ */ +/* $OpenBSD: sock.c,v 1.15 2009/03/12 07:26:04 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -127,7 +127,7 @@ { struct sock *f = (struct sock *)p->u.io.file; - if (!(f->mode & AMSG_PLAY)) + if (f->mode & AMSG_REC) return; f->delta += delta;