Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2009 17:33:46 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kgssapi/krb5 krb5_mech.c
Message-ID:  <200906141734.n5EHY17r052969@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-06-14 17:33:46 UTC

  FreeBSD src repository

  Modified files:
    sys/kgssapi/krb5     krb5_mech.c 
  Log:
  SVN rev 194202 on 2009-06-14 17:33:46Z by rmacklem
  
  When the KOBJMETHOD() macro was updated, it resulted in the
  compiler doing argument type checking. Since the prototypes in
  kgss_if.h used the generic gss_ctx_id_t for the context argument,
  but the functions in sys/kgssapi/krb5/krb5_mech.c used the
  KerberosV specific context argument, the file would no longer build.
  This patch fixes it so it will build by replacing the argument with
  a gss_ctx_id_t one and setting a local "struct krb5_context *" variable
  to it for use by the function.
  
  Reviewed by:    dfr
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.2       +17 -9     src/sys/kgssapi/krb5/krb5_mech.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906141734.n5EHY17r052969>