X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gssapi.c;h=5a05ff8f9364b92683dafc4c7a4794ecacf07e14;hb=4bb8724c875163a426d7da7044b08582600367d1;hp=716db317f9982b11c87080940bf9cf293cc09331;hpb=488c70f09ead76e1fdd38475387bd3f448def3f1;p=~andy%2Ffetchmail diff --git a/gssapi.c b/gssapi.c index 716db317..5a05ff8f 100644 --- a/gssapi.c +++ b/gssapi.c @@ -58,7 +58,7 @@ static void decode_subr(const char *m, uint32_t code, int type, FILE *ostrm) } while(context); } -static void decode_status(const char *m, uint32_t major, uint32_t minor,m +static void decode_status(const char *m, uint32_t major, uint32_t minor, FILE *ostrm) { decode_subr(m, major, GSS_C_GSS_CODE, ostrm);