Changeset 46e2152 in mainline for uspace/lib/pcap/src/pcap_dumper.c


Ignore:
Timestamp:
2024-12-28T18:44:18Z (14 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
503ce85
Parents:
caac052
Message:

pcapcat: typos, small fixes, pcapctl: comments, docs

File:
1 edited

Legend:

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

    rcaac052 r46e2152  
    227227{
    228228        fibril_mutex_lock(&dumper->mutex);
    229         errno_t rc = EOK;
    230229        dumper->writer.ops = &ops[index];
    231230        fibril_mutex_unlock(&dumper->mutex);
    232         return rc;
     231        return EOK;
    233232}
    234233
Note: See TracChangeset for help on using the changeset viewer.