strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* guest#running?
[strongswan.git]
/
src
/
dumm
/
guest.c
diff --git
a/src/dumm/guest.c
b/src/dumm/guest.c
index
c1729d9
..
bf0d88d
100644
(file)
--- a/
src/dumm/guest.c
+++ b/
src/dumm/guest.c
@@
-214,6
+214,7
@@
static void stop(private_guest_t *this, idle_function_t idle)
}
}
unlinkat(this->dir, PID_FILE, 0);
+ this->pid = 0;
}
}