Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE12
csync2
fix-csync2_ssl_cert-filename.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-csync2_ssl_cert-filename.patch of Package csync2
commit 456732b Author: Tim Serong <tserong@suse.com> Date: Mon Sep 2 16:50:27 2013 +1000 Fix typo in csync2_ssl_cert.pem filename Signed-off-by: Tim Serong <tserong@suse.com> diff --git a/conn.c b/conn.c index 2b3611d..5e54693 100644 --- a/conn.c +++ b/conn.c @@ -281,7 +281,7 @@ int conn_activate_ssl(int server_role) return 0; ASPRINTF(&ssl_keyfile, "%s/csync2_ssl_key.pem", systemdir); - ASPRINTF(&ssl_certfile, "%s/csync_ssl_cert.pem", systemdir); + ASPRINTF(&ssl_certfile, "%s/csync2_ssl_cert.pem", systemdir); gnutls_global_init(); gnutls_global_set_log_function(ssl_log);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor