Changeset ca22536 in mainline for uspace/srv/locsrv/locsrv.c


Ignore:
Timestamp:
2025-07-16T15:39:38Z (7 days ago)
Author:
GitHub <noreply@…>
Parents:
5caad1d (diff), 73a2780 (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:
Miroslav Cimerman <70661600+mcimerman@…> (2025-07-16 15:39:38)
git-committer:
GitHub <noreply@…> (2025-07-16 15:39:38)
Message:

Merge 73a2780b517696ad864ed16d1e48ed92a398324e into 5caad1d4a9774280b120ed9f9da51f4bb6f1f4bf

File:
1 edited

Legend:

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

    r5caad1d rca22536  
    13301330        categ_dir_add_cat(&cdir, cat);
    13311331
     1332        cat = category_new("raid");
     1333        categ_dir_add_cat(&cdir, cat);
     1334
    13321335        cat = category_new("partition");
    13331336        categ_dir_add_cat(&cdir, cat);
Note: See TracChangeset for help on using the changeset viewer.