summaryrefslogtreecommitdiff
path: root/radsecproxy.c
diff options
context:
space:
mode:
authorvenaas <venaas>2007-09-21 13:36:53 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2007-09-21 13:36:53 +0000
commit267aac4042ce992f1005cc3656078cd07db1fb32 (patch)
treecfcb7ae08204a29212848dba287afa1a6ac96e4d /radsecproxy.c
parent601dbb2b70d61e4bc3ab99916e0d4b3e543fdf3b (diff)
this marks the release of 1.0
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.0@165 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.c')
-rw-r--r--radsecproxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/radsecproxy.c b/radsecproxy.c
index 57801b9..5c9df20 100644
--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -2363,7 +2363,7 @@ void getargs(int argc, char **argv, uint8_t *foreground, uint8_t *loglevel, char
*foreground = 1;
break;
case 'v':
- debugx(0, DBG_ERR, "radsecproxy 1.0-alpha-p1");
+ debugx(0, DBG_ERR, "radsecproxy 1.0");
default:
goto usage;
}
@@ -2410,7 +2410,7 @@ int main(int argc, char **argv) {
if (!foreground && (daemon(0, 0) < 0))
debugx(1, DBG_ERR, "daemon() failed: %s", strerror(errno));
- debug(DBG_INFO, "radsecproxy 1.0-alpha-p1 starting");
+ debug(DBG_INFO, "radsecproxy 1.0 starting");
if (client_udp_count) {
udp_server_listen = server_create('U');