Page MenuHomeFreeBSD

D39947.1789797479.diff
No OneTemporary

Size
498 B
Referenced Files
None
Subscribers
None

D39947.1789797479.diff

diff --git a/contrib/pf/authpf/authpf.c b/contrib/pf/authpf/authpf.c
--- a/contrib/pf/authpf/authpf.c
+++ b/contrib/pf/authpf/authpf.c
@@ -566,9 +566,8 @@
syslog(LOG_INFO, "denied access to %s: not listed in %s",
pw->pw_name, PATH_ALLOWFILE);
- /* reuse buf */
- sprintf(buf, "%s", "\n\nSorry, you are not allowed to use this facility!\n");
- fputs(buf, stdout);
+ fputs("\n\nSorry, you are not allowed to use this facility!\n",
+ stdout);
}
fflush(stdout);
return (0);

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 19, 5:57 AM (1 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29772881
Default Alt Text
D39947.1789797479.diff (498 B)

Event Timeline