[pan2] fix for segfault with new certificate
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2] fix for segfault with new certificate
- Date: Thu, 26 Apr 2012 09:39:28 +0000 (UTC)
commit 78a4ba4788106864c2765bb10b029f3b187522ee
Author: Heinrich MÃller <henmull src gnome org>
Date: Thu Apr 26 11:37:57 2012 +0200
fix for segfault with new certificate
pan/data/cert-store.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pan/data/cert-store.cc b/pan/data/cert-store.cc
index de3d5f8..812cdc8 100644
--- a/pan/data/cert-store.cc
+++ b/pan/data/cert-store.cc
@@ -61,7 +61,7 @@ namespace pan
struct SaveCBStruct
{
CertStore& cs;
- const Quark& server;
+ const Quark server;
Data& data;
SaveCBStruct(CertStore& store, const Quark& s, Data& d) : cs(store), server(s), data(d) {}
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]