mirror of
https://github.com/opnsense/src.git
synced 2026-07-14 19:51:17 -04:00
Remove stray newline.
This commit is contained in:
parent
33b6cf558b
commit
e404dc33e2
1 changed files with 1 additions and 1 deletions
|
|
@ -2784,7 +2784,7 @@ search_library_pathfds(const char *name, const char *path, int *fdp)
|
|||
size_t len;
|
||||
int dirfd, fd;
|
||||
|
||||
dbg("%s('%s', '%s', fdp)\n", __func__, name, path);
|
||||
dbg("%s('%s', '%s', fdp)", __func__, name, path);
|
||||
|
||||
/* Don't load from user-specified libdirs into setuid binaries. */
|
||||
if (!trust)
|
||||
|
|
|
|||
Loading…
Reference in a new issue