[network-manager-libreswan] service: add a missing comma



commit 5ea7b8d2a2f9ffab3b0464433465e285ea1d7d8e
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Tue Mar 8 12:32:34 2016 +0100

    service: add a missing comma
    
    CID 59906 (#1 of 1): Missing comma in a string array initialization (MISSING_COMMA)
    missing_comma: In the initialization of paths, a suspicious concatenated
    string "/usr/local/libexec/ipsec//usr/lib/ipsec/" is produced.

 src/nm-libreswan-service.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nm-libreswan-service.c b/src/nm-libreswan-service.c
index eec6414..1228d65 100644
--- a/src/nm-libreswan-service.c
+++ b/src/nm-libreswan-service.c
@@ -358,7 +358,7 @@ find_helper_libexec (const char *progname, GError **error)
                PREFIX "/libexec/ipsec/",
                PREFIX "/lib/ipsec/",
                "/usr/libexec/ipsec/",
-               "/usr/local/libexec/ipsec/"
+               "/usr/local/libexec/ipsec/",
                "/usr/lib/ipsec/",
                "/usr/local/lib/ipsec/",
                NULL,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]