diff options
author | Tobias Brunner <tobias@strongswan.org> | 2008-08-07 14:56:54 +0000 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2008-08-07 14:56:54 +0000 |
commit | e5d6f165fccdb7ef5e7f2946f1cc18b2c90e043c (patch) | |
tree | ba6261de20fd1c435f6c433b5fa6270df221f018 /src/dumm/mconsole.c | |
parent | 990ebd4a75a321d8b91dfc4b9e6ad8e89dbb26c3 (diff) | |
download | strongswan-e5d6f165fccdb7ef5e7f2946f1cc18b2c90e043c.tar.bz2 strongswan-e5d6f165fccdb7ef5e7f2946f1cc18b2c90e043c.tar.xz |
* ruby extension extracted from irdumm
* guests do not shutdown anymore on SIGINT in irb
Diffstat (limited to 'src/dumm/mconsole.c')
-rw-r--r-- | src/dumm/mconsole.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dumm/mconsole.c b/src/dumm/mconsole.c index 71062bedf..53f3e5644 100644 --- a/src/dumm/mconsole.c +++ b/src/dumm/mconsole.c @@ -248,7 +248,7 @@ static void destroy(private_mconsole_t *this) } /** - * setup the mconsole notify connection and wait for its readyness + * setup the mconsole notify connection and wait for its readiness */ static bool wait_for_notify(private_mconsole_t *this, char *nsock) { |