Skip to content

Commit 2867d5b

Browse files
committed
Fixed infinite func call loop in interface shutdown
1 parent b958f65 commit 2867d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cyberprobe/probe/capture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class interface : public cyberprobe::pcap::interface,
192192
}
193193

194194
virtual void stop() {
195-
interface::stop();
195+
cyberprobe::pcap::interface::stop();
196196
running = false;
197197
}
198198

0 commit comments

Comments
 (0)