Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15180 Details for
Bug 22173
nmh needs a version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch used in nmh-1.1rc1 ebuild
nmh-inc-login.diff (text/plain), 620 bytes, created by
Claes Nästén
on 2003-07-29 03:44:38 UTC
(
hide
)
Description:
patch used in nmh-1.1rc1 ebuild
Filename:
MIME Type:
Creator:
Claes Nästén
Created:
2003-07-29 03:44:38 UTC
Size:
620 bytes
patch
obsolete
>diff -ru ../nmh-1.1-RC1.orig/uip/inc.c ./uip/inc.c >--- ../nmh-1.1-RC1.orig/uip/inc.c 2003-07-29 12:14:50.788626792 +0200 >+++ ./uip/inc.c 2003-07-29 12:15:45.187356928 +0200 >@@ -487,8 +487,7 @@ > * a POP server? > */ > if (inc_type == INC_POP) { >- if (user == NULL) >- user = getusername (); >+ > if ( strcmp( POPSERVICE, "kpop" ) == 0 ) { > kpop = 1; > } >@@ -497,6 +496,12 @@ > else > ruserpass (host, &user, &pass); > >+ /* >+ * Do this _after_ ruserpass, otherwise the login field will be unusable >+ */ >+ if (user == NULL) >+ user = getusername (); >+ > /* > * initialize POP connection > */
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 22173
:
12765
|
15179
| 15180 |
32064
|
32065
|
32066