* init_ctx.c (init_common): Initialize udp_pref_limit field
authorKen Raeburn <raeburn@mit.edu>
Fri, 23 Aug 2002 00:21:34 +0000 (00:21 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 23 Aug 2002 00:21:34 +0000 (00:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14746 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/init_ctx.c

index 2803d7fe72d122dbdb0b15d3bf65821bfbb4163f..cc6cb138d3b6ff22a2a42c0a3910aa1da68f4575 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-22  Ken Raeburn  <raeburn@mit.edu>
+
+       * init_ctx.c (init_common): Initialize udp_pref_limit field.
+
 2002-08-15  Tom Yu  <tlyu@mit.edu>
 
        * t_ser.c (ser_ccache_test): Remove references to STDIO ccaches.
index c74fc9e01c29ced6d65c986b14e9db0987012936..24d30e9af93f65b58e998a9ede1493622b6e23c9 100644 (file)
@@ -221,6 +221,8 @@ init_common (context, secure)
        ctx->fcc_default_format = tmp + 0x0500;
        ctx->scc_default_format = tmp + 0x0500;
        ctx->prompt_types = 0;
+
+       ctx->udp_pref_limit = -1;
        *context = ctx;
        return 0;