Bug#193782: cstream: needs read permission for the output file

2011-03-30 Thread Steve Schnepp
tags 193782 + patch quit On Wed, Mar 30, 2011 at 15:29, Steve Schnepp wrote: > Tags: patch > > Here is a small patch that provides a fix. > -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#193782: cstream: needs read permission for the output file

2011-03-30 Thread Steve Schnepp
Tags: patch Here is a small patch that provides a fix. --- cstream.c.orig 2011-03-30 13:21:26.0 + +++ cstream.c 2011-03-30 13:22:08.0 + @@ -699,7 +699,7 @@ if (strchr(o->o, ':') && !strchr(o->O, 'N')) state->ofd = open_tcp(o, O_WRONLY); else { -