Fix ciscodump CID

This commit is contained in:
Dario Lombardo 2022-12-13 20:05:59 +00:00 committed by j.novak@netsystem.cz
parent 37c400afe3
commit f2eb97e910
1 changed files with 1 additions and 1 deletions

View File

@ -1036,7 +1036,7 @@ static int process_buffer_response_ios_xe_16(ssh_channel channel, guint8* packet
if (read_packets > *processed_packets) {
int err;
gint64 cur_time = g_get_real_time();
guint64 bytes_written;
guint64 bytes_written = 0;
ws_debug("Exporting packet %d\n", *processed_packets);
/* dump the packet to the pcap file */