Changeset 0472cf17 in mainline for uspace/srv/locsrv/locsrv.c


Ignore:
Timestamp:
2024-10-13T08:23:43Z (9 months ago)
Author:
GitHub <noreply@…>
Parents:
b3b79981 (diff), ebb1489 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
boba-buba <120932204+boba-buba@…> (2024-10-13 08:23:43)
git-committer:
GitHub <noreply@…> (2024-10-13 08:23:43)
Message:

Merge ebb1489dc508fcf7406914b8e8bb9bdb6b23f5b5 into b3b79981fde01c701df88e2e0c5bb93f62cdcf42

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/locsrv/locsrv.c

    rb3b79981 r0472cf17  
    13931393        categ_dir_add_cat(&cdir, cat);
    13941394
     1395        cat = category_new("pcap");
     1396        categ_dir_add_cat(&cdir, cat);
    13951397        return true;
    13961398}
Note: See TracChangeset for help on using the changeset viewer.