Whamcloud - gitweb
LU-4307 kerberos: compile errors with gss/kerberos support 93/8393/2
authorThomas Stibor <thomas@stibor.net>
Mon, 25 Nov 2013 15:41:21 +0000 (16:41 +0100)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 6 Dec 2013 06:49:23 +0000 (06:49 +0000)
commitb8ab46699c4ca7f6bf75205f1a9b7ec123ba9aa2
tree9dcd48a7d56b12b7327692810a998ebdc2ab344f
parent02571dcefe4e577546af2bf2987ad3fad006f086
LU-4307 kerberos: compile errors with gss/kerberos support

Configure Lustre with parameters --with-krb5 --enable-gss
causes compile errors due to missing '*' and unused variable.
The errors are: taking address of expression of type ‘void’ [-Werror]
and variable ‘res’ set but not used [-Werror=unused-but-set-variable]

Signed-off-by: Thomas Stibor <thomas@stibor.net>
Change-Id: I20b0b0ffa3ea34ce0a954146ccc762b7c17c00de
Reviewed-on: http://review.whamcloud.com/8393
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andrew Korty <ajk@iu.edu>
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/utils/gss/context_lucid.c
lustre/utils/gss/lgss_keyring.c