View | Details | Raw Unified | Return to bug 31913
Collapse All | Expand All

(-)/usr/src/usr.sbin/i4b/isdnd/exec.c (-2 / +2 lines)
Lines 147-155 Link Here
147
	 * 3. /var/log/isdnd.log (or similar, when used)
147
	 * 3. /var/log/isdnd.log (or similar, when used)
148
	 */
148
	 */
149
	close(isdnfd);
149
	close(isdnfd);
150
	if(useacctfile)
150
	if(useacctfile && acctfp)
151
		fclose(acctfp);
151
		fclose(acctfp);
152
	if(uselogfile)
152
	if(uselogfile && logfp)
153
		fclose(logfp);
153
		fclose(logfp);

Return to bug 31913