]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/getdxbyname.c
Update for new password codes for MSVC5
[openldap] / libraries / libldap / getdxbyname.c
index 4543e88e45a9d96ea1cae3946910d431a8faf616..602721a05ed11124989aefae3565904aeac102c6 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
@@ -123,7 +124,7 @@ decode_answer( unsigned char *answer, ber_len_t len )
        rr_len = _getshort( p );
        p += INT16SZ;
        if ( class == C_IN && type == T_TXT ) {
-           int         i, n, pref, txt_len;
+           int         pref, txt_len;
            char        *q, *r;
 
            q = (char *)p;