Remove infinite recursion in OpenBSD backend
authorWilliam Orr <will@worrbase.com>
Fri, 12 Jul 2019 21:18:27 +0000 (23:18 +0200)
committerNathan Hjelm <hjelmn@google.com>
Fri, 9 Aug 2019 16:14:39 +0000 (09:14 -0700)
commit6acbd8b4051bbdf7d7e757f7a5f337c51d69df85
tree9260fed97ec8c3a36d0b76bd85be6c63ec87b185
parent26eb7ff2188eb19535c0ad0cb2c8e3c588cf6c68
Remove infinite recursion in OpenBSD backend

`usbi_dbg` calls `usbi_backend.clock_gettime`, so `obsd_clock_gettime` should
not call `usbi_dbg`

Signed-off-by: Nathan Hjelm <hjelmn@google.com>
libusb/os/openbsd_usb.c