From dae68b30ac51bb952fee5546c7e81fca220e2f0b Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 24 Mar 1992 04:25:09 +0000
Subject: [PATCH] Always initialize the update_fn field.

---
 ldb/vars.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ldb/vars.c b/ldb/vars.c
index d7b689d15..b17a7a6e1 100644
--- a/ldb/vars.c
+++ b/ldb/vars.c
@@ -1,4 +1,4 @@
-/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/vars.c,v 1.1 1990/02/24 19:37:32 wlott Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/vars.c,v 1.2 1992/03/24 04:25:09 wlott Exp $ */
 #include <stdio.h>
 
 #include "ldb.h"
@@ -133,6 +133,7 @@ boolean perm;
     int index;
 
     var->obj = obj;
+    var->update_fn = NULL;
 
     if (lookup_by_obj(obj) == NULL) {
         var->map_back = TRUE;
-- 
GitLab