Changeset a270026 in mainline for uspace/lib/pcap/src/pcap_iface.c


Ignore:
Timestamp:
2024-12-13T08:32:55Z (10 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
2dac5a9
Parents:
9eb21d1
git-author:
Nataliia Korop <n.corop08@…> (2024-02-19 06:27:40)
git-committer:
Nataliia Korop <n.corop08@…> (2024-12-13 08:32:55)
Message:

small typos and ccheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcap/src/pcap_iface.c

    r9eb21d1 ra270026  
    7777void pcap_add_packet(const void *data, size_t size)
    7878{
    79         if (&pcap_writer.data == NULL)
     79        if (pcap_writer.data == NULL)
    8080                return;
    8181        pcap_writer_add_packet(&pcap_writer, data, size);
Note: See TracChangeset for help on using the changeset viewer.