Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 537140 Details for
Bug 655304
[gnome overlay] app-crypt/seahorse-9999 is using meson now
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ifdef_consistency.patch
ifdef_consistency.patch (text/plain), 784 bytes, created by
cyrillic
on 2018-06-25 01:04:42 UTC
(
hide
)
Description:
ifdef_consistency.patch
Filename:
MIME Type:
Creator:
cyrillic
Created:
2018-06-25 01:04:42 UTC
Size:
784 bytes
patch
obsolete
>diff -urN a/pgp/seahorse-ldap-source.c b/pgp/seahorse-ldap-source.c >--- a/pgp/seahorse-ldap-source.c 2018-06-24 19:56:51.131298781 -0400 >+++ b/pgp/seahorse-ldap-source.c 2018-06-24 20:04:03.688333195 -0400 >@@ -474,7 +474,7 @@ > if (type == LDAP_RES_SEARCH_ENTRY) { > > g_debug ("Server Info Result"); >-#ifdef WITH_DEBUG >+#if WITH_DEBUG > dump_ldap_entry (closure->ldap, result); > #endif > >@@ -867,7 +867,7 @@ > /* An LDAP entry */ > if (type == LDAP_RES_SEARCH_ENTRY) { > g_debug ("Retrieved Key Entry"); >-#ifdef WITH_DEBUG >+#if WITH_DEBUG > dump_ldap_entry (closure->ldap, result); > #endif > >@@ -1238,7 +1238,7 @@ > if (type == LDAP_RES_SEARCH_ENTRY) { > > g_debug ("Server Info Result"); >-#ifdef WITH_DEBUG >+#if WITH_DEBUG > dump_ldap_entry (closure->ldap, result); > #endif >
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 655304
:
530554
|
534208
|
534210
|
534316
|
534362
|
534364
|
534600
| 537140 |
537142
|
555332