diff options
author | venaas <venaas> | 2007-06-21 08:47:12 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-06-21 08:47:12 +0000 |
commit | 991f3649c83cb277451c901a778bbc94d67c5f89 (patch) | |
tree | e2943457704d879631e07baea89cc04ee2d5caa1 /radsecproxy.h | |
parent | a30235ad2c9992fba307dedfdb5cdc5e3feaa226 (diff) |
added host option to client/server, improved client_cb/server_cb, added missing free of tls option value
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@148 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 3733a18..05050d9 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Stig Venaas <venaas@uninett.no> + * Copyright (C) 2006, 2007 Stig Venaas <venaas@uninett.no> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -75,6 +75,7 @@ struct replyq { }; struct clsrvconf { + char *name; char type; /* U for UDP, T for TLS */ char *host; char *port; |