Fix from branch.
authorKen Hornstein <kenh@pobox.com>
Fri, 5 Sep 2003 19:10:21 +0000 (19:10 +0000)
committerKen Hornstein <kenh@pobox.com>
Fri, 5 Sep 2003 19:10:21 +0000 (19:10 +0000)
sbr/context_read.c

index d2524c7..c3fe599 100644 (file)
@@ -126,7 +126,7 @@ context_read (void)
 
     if ((ib = lkfopen (ctxpath, "r"))) {
        readconfig ((struct node **) 0, ib, cp, 1);
-       lkfclose (ib);
+       lkfclose (ib, ctxpath);
     }
 
     return;