diff options
author | Linus Nordberg <linus@nordu.net> | 2010-08-27 14:04:34 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-08-27 14:04:34 +0200 |
commit | a9d82b79aaf95178207746c902ec8372e9026771 (patch) | |
tree | 53e04b03ac53256d9acd4aa1e0e68c36f8eae209 /lib | |
parent | 9e57eb93599ce05eda992e288d42399e26a87efb (diff) |
Fix typo.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libradsec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libradsec.h b/lib/libradsec.h index 9783322..9d9ee9c 100644 --- a/lib/libradsec.h +++ b/lib/libradsec.h @@ -130,7 +130,7 @@ struct rs_packet *rs_packet_receive(const struct rs_conn *conn); three different ways, from easiest to hairiest: i) Blocking i/o model: User passes NULL for the callbacks in - rc_conn_open() and the open, send and receive calls will block + rs_conn_open() and the open, send and receive calls will block until the wanted event occurs. Other events occurring while waiting will be either silently discarded or signaled as an error (f.ex. broken connection while sending). |