Displaying 1 result from an estimated 1 matches for "a0const".
Did you mean:
__const
2010 Oct 20
0
No subject
...; =A0/* this saves a few linking headaches */
> =A0int cli_krb5_get_ticket(const char *principal, time_t time_offset,
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0DATA_BLOB *ticket, =
DATA_BLOB *session_key_krb5,
> uint32 extra_ap_opts,
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0const char *ccname, =
time_t *tgs_expire,
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0const char =
*impersonate_princ_s)
> {
> =A0 =A0 =A0 =A0 DEBUG(0,("NO KERBEROS SUPPORT\n"));
> =A0 =A0 =A0 =A0 return 1;
> }
>
> but for some reason that's not happening for you,...