Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 248780 Details for
Bug 338909
net-p2p/gnunet: new package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch for the GNUnet 0.9.0pre1
gnunet-0.9.0pre1_expand-hostlistfile.patch (text/plain), 2.42 KB, created by
Vitaly Minko
on 2010-09-27 10:15:01 UTC
(
hide
)
Description:
A patch for the GNUnet 0.9.0pre1
Filename:
MIME Type:
Creator:
Vitaly Minko
Created:
2010-09-27 10:15:01 UTC
Size:
2.42 KB
patch
obsolete
>diff -ur gnunet-0.9.0pre1/src/hostlist/hostlist-client.c gnunet-0.9.0pre1.patched/src/hostlist/hostlist-client.c >--- gnunet-0.9.0pre1/src/hostlist/hostlist-client.c 2010-07-03 00:19:47.000000000 +0400 >+++ gnunet-0.9.0pre1.patched/src/hostlist/hostlist-client.c 2010-09-18 15:38:07.000000000 +0400 >@@ -1345,10 +1345,10 @@ > uint32_t counter; > > if (GNUNET_OK != >- GNUNET_CONFIGURATION_get_value_string (cfg, >- "HOSTLIST", >- "HOSTLISTFILE", >- &filename)) >+ GNUNET_CONFIGURATION_get_value_filename (cfg, >+ "HOSTLIST", >+ "HOSTLISTFILE", >+ &filename)) > { > GNUNET_log (GNUNET_ERROR_TYPE_WARNING, > _("No `%s' specified in `%s' configuration, cannot load hostlists from file.\n"), >@@ -1435,10 +1435,10 @@ > uint32_t counter; > > if (GNUNET_OK != >- GNUNET_CONFIGURATION_get_value_string (cfg, >- "HOSTLIST", >- "HOSTLISTFILE", >- &filename)) >+ GNUNET_CONFIGURATION_get_value_filename (cfg, >+ "HOSTLIST", >+ "HOSTLISTFILE", >+ &filename)) > { > GNUNET_log (GNUNET_ERROR_TYPE_WARNING, > _("No `%s' specified in `%s' configuration, cannot save hostlists to file.\n"), >@@ -1571,10 +1571,10 @@ > GNUNET_log (GNUNET_ERROR_TYPE_INFO, > _("Learning is not enabled on this peer\n")); > *msgh = NULL; >- if (GNUNET_OK == GNUNET_CONFIGURATION_get_value_string (cfg, >- "HOSTLIST", >- "HOSTLISTFILE", >- &filename)) >+ if (GNUNET_OK == GNUNET_CONFIGURATION_get_value_filename (cfg, >+ "HOSTLIST", >+ "HOSTLISTFILE", >+ &filename)) > { > if ( GNUNET_YES == GNUNET_DISK_file_test (filename) ) > {
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 338909
:
248775
|
248776
|
248778
|
248779
|
248780
|
248782
|
248784
|
248786
|
256833
|
256834
|
256836
|
256838
|
258853
|
288043
|
288045
|
288047
|
288049
|
288601
|
289387
|
289389
|
289391
|
289393
|
298401
|
304143
|
304145
|
304147
|
304149
|
378212
|
381924
|
381926