summaryrefslogtreecommitdiff
path: root/radsecproxy.c
diff options
context:
space:
mode:
authorvenaas <venaas>2008-07-23 14:17:53 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-07-23 14:17:53 +0000
commitd12f4ae48c8c1f54ef7eecf2a094aa72d14b2c3e (patch)
treecb2e033d7b7978ea44892ae55843b9115a235ecb /radsecproxy.c
parent3c370be673d6754c65bafad2664c7c2367625989 (diff)
preparing for release of 1.1
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@326 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 e837e49..935b192 100644
--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -3216,7 +3216,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-beta");
+ debugx(0, DBG_ERR, "radsecproxy 1.1");
default:
goto usage;
}
@@ -3301,7 +3301,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.1-beta starting");
+ debug(DBG_INFO, "radsecproxy 1.1 starting");
sigemptyset(&sigset);
/* exit on all but SIGPIPE, ignore more? */