]> git.tuebingen.mpg.de Git - paraslash.git/commit
fd: Remove log message from para_munmap().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Sep 2022 20:58:21 +0000 (22:58 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 May 2023 18:45:22 +0000 (20:45 +0200)
commit9190cb37a393b6f245a2bc17f9aeb9eb02a8e629
treea620b1c87d9327838d33e7f71fa0b194e4d67054
parent15f6e433432a6ba8e021c74b0f28ecd545721d42
fd: Remove log message from para_munmap().

Low-level functions like this should leave it to the caller to log
the error. Extend the documentation a bit while at it to document
the fact that passing NULL is OK.
fd.c