krb5-gssapi: Made the function always return a value.
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Sat, 2 Oct 2010 07:39:51 +0000 (00:39 -0700)
committerJulien Chaffraix <julien.chaffraix@gmail.com>
Sat, 2 Oct 2010 17:00:42 +0000 (10:00 -0700)
commit79cd7ef9ab52de98bffcbd1c8db6103ff985a263
treebbde419362479ebe99d2b736169660278fd0c101
parent4b69f641a6aea8027e948d3e08ccffda307059b5
krb5-gssapi: Made the function always return a value.

kr5_auth missed a final 'return' statement. This is not an error in
gcc but can lead to potential bugs.
lib/krb5.c