diff options
author | Linus Nordberg <linus@nordu.net> | 2011-03-06 14:46:57 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-03-06 14:46:57 +0100 |
commit | 7636505962a348d9564e53922834dc6df1274653 (patch) | |
tree | 28a696ab93922db7a3ebb47093e6225040ebc1fe /lib/radsec.c | |
parent | fda0bfd44f940688f85fe3a99a0c8cd91611452f (diff) |
UDP w/o bufferevents, part 1.
Sending, no retransmitting and no receiving.
Diffstat (limited to 'lib/radsec.c')
-rw-r--r-- | lib/radsec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/radsec.c b/lib/radsec.c index afb871e..f191e73 100644 --- a/lib/radsec.c +++ b/lib/radsec.c @@ -125,7 +125,8 @@ _rs_peer_destroy (struct rs_peer *p) rs_free (p->conn->ctx, p); } -void rs_context_destroy(struct rs_context *ctx) +void +rs_context_destroy (struct rs_context *ctx) { struct rs_realm *r = NULL; struct rs_peer *p = NULL; |