Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 96249 Details for
Bug 146648
kio_nfs fails with linux server
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
kdelibs patch to fix kio_nfs
kio_nfs.cpp.patch (text/plain), 745 bytes, created by
Andrew de Quincey
on 2006-09-06 23:10:15 UTC
(
hide
)
Description:
kdelibs patch to fix kio_nfs
Filename:
MIME Type:
Creator:
Andrew de Quincey
Created:
2006-09-06 23:10:15 UTC
Size:
745 bytes
patch
obsolete
>--- kio_nfs.cpp.old 2006-09-07 02:57:52.000000000 +0100 >+++ kio_nfs.cpp 2006-09-06 11:10:13.000000000 +0100 >@@ -401,7 +401,7 @@ > closeConnection(); > server_addr.sin_port = 0; > m_sock = RPC_ANYSOCK; >- m_client=clnttcp_create(&server_addr,MOUNTPROG, MOUNTVERS, &m_sock, 0, 0); >+ m_client=clnttcp_create(&server_addr,MOUNTPROG, MOUNTVERS, &m_sock, 65724, 0); > if (m_client==0) > { > server_addr.sin_port = 0; >@@ -488,7 +488,7 @@ > //first get rid of the old one > closeConnection(); > m_sock = RPC_ANYSOCK; >- m_client = clnttcp_create(&server_addr,NFSPROG,NFSVERS,&m_sock,0,0); >+ m_client = clnttcp_create(&server_addr,NFSPROG,NFSVERS,&m_sock,65724,0); > if (m_client == 0) > { > server_addr.sin_port = 0;
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 146648
: 96249