From 9ff19a4c94351adfedb53dab9b6445786827345f Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Thu, 3 Feb 2005 22:48:20 +0000 Subject: move capture_file_fd field from capture_file to capture_opts type, as this is the place where it should be svn path=/trunk/; revision=13268 --- cfile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cfile.c') diff --git a/cfile.c b/cfile.c index 475906408d..5b958f3252 100644 --- a/cfile.c +++ b/cfile.c @@ -57,7 +57,6 @@ init_cap_file(capture_file *cf) #endif cf->iface = NULL; cf->save_file = NULL; - cf->save_file_fd = -1; cf->has_snap = FALSE; cf->snap = WTAP_MAX_PACKET_SIZE; cf->count = 0; -- cgit v1.2.1