Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
01acaff8
Commit
01acaff8
authored
Aug 21, 2006
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix for my last commit - still open pcap socket if we're saving
replay information.
parent
e0866db5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pelab/magent/KernelTcp.cc
pelab/magent/KernelTcp.cc
+1
-1
No files found.
pelab/magent/KernelTcp.cc
View file @
01acaff8
...
...
@@ -247,7 +247,7 @@ void KernelTcp::init(void)
// Set up the connectionModelExemplar
global
::
connectionModelExemplar
.
reset
(
new
KernelTcp
());
if
(
!
global
::
replayArg
==
NO_REPLAY
)
{
if
(
global
::
replayArg
!=
REPLAY_LOAD
)
{
// Set up packet capture
char
errbuf
[
PCAP_ERRBUF_SIZE
];
struct
bpf_program
fp
;
/* hold compiled program */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment