Displaying 1 result from an estimated 1 matches for "cebf".
Did you mean:
ceba
2007 Apr 17
1
pam_winbind.c
Hi,
I get this warning when compiling 3.0.25rc1 on SLED 10:
Compiling nsswitch/pam_winbind.c
nsswitch/pam_winbind.c: In function `pam_sm_authenticate':
nsswitch/pam_winbind.c:1623: warning: passing arg 1 of `free' discards
qualifiers from pointer target type
corresponds to :
if ( real_username ) {
free( real_username );
}
This is the only warning and