FreeBSD Bugzilla – Attachment 5206 Details for
Bug 12618
poor trouble reporting by qpopper's pop_init.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.38 KB, created by
mi+qpopper
on 1999-07-13 04:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mi+qpopper
Created:
1999-07-13 04:30:01 UTC
Size:
1.38 KB
patch
obsolete
>--- pop_init.c.orig Thu Jul 9 19:44:07 1998 >+++ pop_init.c Mon Jul 12 22:56:01 1999 >@@ -237,4 +237,4 @@ > pop_log(p,POP_PRIORITY, >- "Unable to open trace file \"%s\", err = %d", >- optarg,errno); >+ "Unable to open trace file \"%s\": ", >+ optarg, strerror(errno)); > exit(1); >@@ -268,3 +268,4 @@ > pop_log(p,POP_PRIORITY, >- "Unable to obtain socket and address of client, err = %d",errno); >+ "Unable to obtain socket and address of client: %s", >+ strerror(errno)); > exit(1); >@@ -283,4 +284,4 @@ > pop_log(p,POP_PRIORITY, >- "(v%s) Unable to get canonical name of client, err = %d", >- VERSION, errno); >+ "(v"VERSION") Unable to get canonical name of client %s: %s", >+ p->ipaddr, hstrerror(h_errno)); > p->client = p->ipaddr; >@@ -362,3 +363,4 @@ > pop_log(p,POP_PRIORITY, >- "Unable to open communication stream for input, err = %d",errno); >+ "Unable to open communication stream for input: ", >+ strerror(errno)); > exit (1); >@@ -369,3 +371,4 @@ > pop_log(p,POP_PRIORITY, >- "Unable to open communication stream for output, err = %d",errno); >+ "Unable to open communication stream for output: ", >+ strerror(errno)); > exit (1);
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 12618
: 5206