Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NetworkManager-l2tp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CeRiAl
NetworkManager-l2tp
Commits
afd887bb
Commit
afd887bb
authored
Mar 27, 2015
by
CeRiAl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove nm-l2tp-unneeded-cmd-948195.patch (was already fixed)
parent
9e8a93fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
22 deletions
+0
-22
nm-l2tp-unneeded-cmd-948195.patch
patches/nm-l2tp-unneeded-cmd-948195.patch
+0
-22
No files found.
patches/nm-l2tp-unneeded-cmd-948195.patch
deleted
100644 → 0
View file @
9e8a93fc
The nm-l2tp-service program issues an apparently redundant command to
the ipsec daemon -- it ends up adding the parameters for new
connection twice. There's no obvious reason for this, so this patch
comments out the extra command.
src/nm-l2tp-service.c | 2 ++
1 file changed, 2 insertions(+)
Index: NetworkManager-l2tp-0.9.8.7/src/nm-l2tp-service.c
===================================================================
--- NetworkManager-l2tp-0.9.8.7.orig/src/nm-l2tp-service.c
+++ NetworkManager-l2tp-0.9.8.7/src/nm-l2tp-service.c
@@ -963,7 +963,9 @@ nm_l2tp_start_ipsec(NML2tpPlugin *plugin
umask(orig_umask);
sys += system("PATH=\"/sbin:/usr/sbin:/usr/local/sbin:$PATH\" ipsec secrets");
+#if 0
sys += system(cmd11);
+#endif
sys += system(cmd1);
sys += system(cmd2);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment