On Mon, 17 May 2010 13:56:42 -0700 Steven Dake <sdake at redhat.com> wrote: > The vosts structure is unused and not set, resulting in a potential segfault > if the eprintf code is executed. Another alternative is to set vosts[x] but > I am not certain what it should be set to. > > Signed-off-by: Steven Dake <sdake at redhat.com> > --- > sheep/sdnet.c | 5 ++--- > 1 files changed, 2 insertions(+), 3 deletions(-) > > diff --git a/sheep/sdnet.c b/sheep/sdnet.c > index f1ce8ea..79ba3ff 100644 > --- a/sheep/sdnet.c > +++ b/sheep/sdnet.c The changes look fine but I can't find sheep/sdnet.c file. should be sheep/net.c ? |