summaryrefslogtreecommitdiff
path: root/radsecproxy.c
diff options
context:
space:
mode:
authorvenaas <venaas>2008-10-07 08:28:08 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-10-07 08:28:08 +0000
commitdaaa2633d0103a7bc876cefb21c28c52ecaef8ec (patch)
treea178c0a57619d81bc083e7d83fc84a5d8b7185bf /radsecproxy.c
parentf27fa3c7a2c99b4db152164dc4e2c2d6ebb1f647 (diff)
updating various files for 1.2 release
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.2@420 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 da611a0..577f019 100644
--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -3435,7 +3435,7 @@ void getargs(int argc, char **argv, uint8_t *foreground, uint8_t *pretend, uint8
*pretend = 1;
break;
case 'v':
- debugx(0, DBG_ERR, "radsecproxy 1.1");
+ debugx(0, DBG_ERR, "radsecproxy 1.2");
default:
goto usage;
}
@@ -3519,7 +3519,7 @@ int main(int argc, char **argv) {
debugx(1, DBG_ERR, "daemon() failed: %s", strerror(errno));
debug_timestamp_on();
- debug(DBG_INFO, "radsecproxy 1.1 starting");
+ debug(DBG_INFO, "radsecproxy 1.2 starting");
sigemptyset(&sigset);
/* exit on all but SIGPIPE, ignore more? */