*** current/src/conf.cpp 2000/02/28 01:44:26 1.3 --- current/src/conf.cpp 2000/03/01 23:34:28 1.4 *************** *** 1,7 **** /* src/conf.cpp Copyright (c) 2000, Steve Vrionis ! $Id: conf.cpp,v 1.3 2000/02/28 01:44:26 actionx Exp $ This program is covered, via the BSD License; you can redistribute it and/or modify it provided: --- 1,7 ---- /* src/conf.cpp Copyright (c) 2000, Steve Vrionis ! $Id: conf.cpp,v 1.4 2000/03/01 23:34:28 actionx Exp $ This program is covered, via the BSD License; you can redistribute it and/or modify it provided: *************** *** 46,51 **** --- 46,52 ---- clip_comment(buf); parse_line(serv,buf); } + fclose(f); return 1; }