FreeBSD Bugzilla – Attachment 6640 Details for
Bug 14895
portmap bug (when run with -v flag)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 770 bytes, created by
dlowe
on 1999-11-15 08:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dlowe
Created:
1999-11-15 08:10:01 UTC
Size:
770 bytes
patch
obsolete
>*** pmap_check.c.original Sun Nov 14 23:36:54 1999 >--- pmap_check.c Sun Nov 14 23:42:07 1999 >*************** >*** 242,248 **** > > if (prognum == 0) { > progname = ""; >! } else if ((rpc = getrpcbynumber((int) prognum))) { > progname = rpc->r_name; > } else { > sprintf(progname = progbuf, "%lu", prognum); >--- 242,250 ---- > > if (prognum == 0) { > progname = ""; >! /* Ironically, it's not safe to call getrpcbynumber() when >! * verboselog is true, resulting in less verbose logs. */ >! } else if ((! verboselog) && ((rpc = getrpcbynumber((int) prognum)))) { > progname = rpc->r_name; > } else { > sprintf(progname = progbuf, "%lu", prognum);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14895
: 6640