The Samba-Bugzilla – Attachment 5463 Details for
Bug 7216
net utility won't build with fake-kaserver configure option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
The one line fix
net_afs.patch (text/plain), 365 bytes, created by
Geza Gemes (dead mail address)
on 2010-03-06 01:52:47 UTC
(
hide
)
Description:
The one line fix
Filename:
MIME Type:
Creator:
Geza Gemes (dead mail address)
Created:
2010-03-06 01:52:47 UTC
Size:
365 bytes
patch
obsolete
>--- samba-3.5.0.orig/source3/utils/net_afs.c 2010-03-01 12:14:34.000000000 +0100 >+++ samba-3.5.0/source3/utils/net_afs.c 2010-03-06 08:24:57.000000000 +0100 >@@ -45,7 +45,7 @@ > } > > if ((fd = open(argv[0], O_RDONLY, 0)) < 0) { >- d_fprintf(stderr, _("Could not open %s\n", argv[0])); >+ d_fprintf(stderr, _("Could not open %s\n"), _(argv[0])); > return -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 Raw
Actions:
View
Attachments on
bug 7216
: 5463