Closed Teemperor closed 6 months ago
srcdir is only used in this function to be passed down to find_clock_source and find_clock_transition but it's never initialized anywhere.
Actually this might require a smarter initialization routine than just 0 when I look at the code as this seems to be some kind of enum...
Issue has been fixed, and thank you; closing this PR.
srcdir is only used in this function to be passed down to find_clock_source and find_clock_transition but it's never initialized anywhere.