diff options
author | Tim Potter <tpot@samba.org> | 2003-01-30 04:40:12 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-01-30 04:40:12 +0000 |
commit | cf292aead6bdcced9deac62c50b25e83779d9741 (patch) | |
tree | 00d22b66abaeb15c42603a4988fdd5dd0c372343 /source3/utils | |
parent | 142837e5d3bd9d3d853fc1c2eb181fea87a38d3a (diff) | |
download | samba-cf292aead6bdcced9deac62c50b25e83779d9741.tar.gz samba-cf292aead6bdcced9deac62c50b25e83779d9741.tar.bz2 samba-cf292aead6bdcced9deac62c50b25e83779d9741.zip |
Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blaming
the dog again.
(This used to be commit 6f89ee2c9dc7f03e3dbe7aa734bf67c6a434d135)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_lookup.c b/source3/utils/net_lookup.c index eedc2c7f92..271094480c 100644 --- a/source3/utils/net_lookup.c +++ b/source3/utils/net_lookup.c @@ -201,7 +201,7 @@ static int net_lookup_kdc(int argc, const char **argv) realm.length = strlen(realm.data); } - rc = krb5_locate_kdc(ctx, &realm, (struct sockaddr **)&addrs, &num_kdcs, 0); + rc = krb5_locate_kdc(ctx, &realm, &addrs, &num_kdcs, 0); if (rc) { DEBUG(1, ("krb5_locate_kdc failed (%s)\n", error_message(rc))); return -1; |