]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
gssd: initialize fakeseed in prepare_krb5_rfc1964_buffer
authorJeff Layton <jlayton@redhat.com>
Mon, 23 Mar 2009 12:11:41 +0000 (08:11 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 23 Mar 2009 12:11:41 +0000 (08:11 -0400)
This causes a compiler warning and also means that we're stuffing
the buffer with uninitialized junk from the stack. Other places in
this code initialize "fakeseed" to 0. Do the same here.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>

No differences found