diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-05-19 16:18:30 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-07-06 09:43:45 +0200 |
commit | e26304348c80697ae299081567bddf1acbf022e2 (patch) | |
tree | 8566f2a7cc12d8653ef6d46fe1a360b535f14c60 /src/libcharon/control/controller.h | |
parent | 28623fc5389829858c78c759a214aa5c64ea26c6 (diff) | |
download | strongswan-e26304348c80697ae299081567bddf1acbf022e2.tar.bz2 strongswan-e26304348c80697ae299081567bddf1acbf022e2.tar.xz |
Replaced simple iterator usages.
Diffstat (limited to 'src/libcharon/control/controller.h')
-rw-r--r-- | src/libcharon/control/controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/control/controller.h b/src/libcharon/control/controller.h index 738c1d409..81c83d9a2 100644 --- a/src/libcharon/control/controller.h +++ b/src/libcharon/control/controller.h @@ -65,7 +65,7 @@ struct controller_t { * Create an enumerator for all IKE_SAs. * * The enumerator blocks the IKE_SA manager until it gets destroyed. Do - * not call another interface/manager method while the iterator is alive. + * not call another interface/manager method while the enumerator is alive. * * @param wait TRUE to wait for checked out SAs, FALSE to skip * @return enumerator, locks IKE_SA manager until destroyed |