From: Jeff Layton Date: Mon, 23 Mar 2009 12:11:41 +0000 (-0400) Subject: gssd: initialize fakeseed in prepare_krb5_rfc1964_buffer X-Git-Tag: nfs-utils-1-1-6-rc3~4 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=690b2eb64e44dc96db68900dd17ea4586b51966e;hp=690b2eb64e44dc96db68900dd17ea4586b51966e;p=nfs-utils.git gssd: initialize fakeseed in prepare_krb5_rfc1964_buffer 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 Signed-off-by: Steve Dickson ---