bareos: master c9cacf46

Author Committer Branch Timestamp Parent
arogge Bareos Bot master 2024-03-07 16:31 master ca40217a Pending
Changeset dird: add new function GetArgValue()

this function can simplify the current use of FindArgWithValue(). It
does the same thing, but instead of returning the index, it returns a
pointer to the value, or nullptr if the argument was not found or did
not have a value.
mod - core/src/dird/ua_select.cc Diff File
mod - core/src/dird/ua_select.h Diff File