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 the build continues and finishes OK. I also
get a core dump when attempting an offline logon using winbind with
idmap against AD. As far as I can see this is the approximatley the spot
where the core dump occurs.

Can I get around this ?

/Anders

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to