* t_std_conf.c (test_locate_kdc): Get rid of unused variable
authorEzra Peisach <epeisach@mit.edu>
Thu, 21 Jun 2001 13:41:03 +0000 (13:41 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 21 Jun 2001 13:41:03 +0000 (13:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13440 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ChangeLog
src/lib/krb5/os/t_std_conf.c

index e20c549aea41a628507ccf844ef5c12ece2bdd1d..e9f873e8c4ebb044acbc58bf845b0f6737a688e4 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-21  Ezra Peisach  <epeisach@mit.edu>
+
+       * t_std_conf.c (test_locate_kdc): Get rid of unused variable.
+
 2001-06-20  Ezra Peisach  <epeisach@mit.edu>
 
        * t_std_conf.c (test_locate_kdc): Update to new krb5_locate_kdc
index 047eca95064782a831c26c6d48d1a44779486370..bd2bf933d1c21637d09e1e600ad7143de6674555 100644 (file)
@@ -109,7 +109,7 @@ static void test_locate_kdc(ctx, realm)
 {
        struct addrlist addrs;
        struct sockaddr_in *s_sin;
-       int     i, naddrs;
+       int     i;
        int     get_masters=0;
        krb5_data rlm;
        krb5_error_code retval;