nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] CVS: nmh/sbr context_read.c,1.2.2.2,1.2.2.3


From: Ken Hornstein <address@hidden>
Subject: [Nmh-commits] CVS: nmh/sbr context_read.c,1.2.2.2,1.2.2.3
Date: Fri, 05 Sep 2003 15:06:16 -0400

Update of /cvsroot/nmh/nmh/sbr
In directory subversions:/tmp/cvs-serv26412

Modified Files:
      Tag: RELEASE_1_1
        context_read.c 
Log Message:
Fix missing bit from Paul Vixie patch.


Index: context_read.c
===================================================================
RCS file: /cvsroot/nmh/nmh/sbr/context_read.c,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -r1.2.2.2 -r1.2.2.3
*** context_read.c      5 Sep 2003 18:32:26 -0000       1.2.2.2
--- context_read.c      5 Sep 2003 19:06:14 -0000       1.2.2.3
***************
*** 127,131 ****
      if ((ib = lkfopen (ctxpath, "r"))) {
        readconfig ((struct node **) 0, ib, cp, 1);
!       lkfclose (ib);
      }
  
--- 127,131 ----
      if ((ib = lkfopen (ctxpath, "r"))) {
        readconfig ((struct node **) 0, ib, cp, 1);
!       lkfclose (ib, ctxpath);
      }
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]