diff options
author | venaas <venaas> | 2008-12-04 10:10:26 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-12-04 10:10:26 +0000 |
commit | ccf12f8e7cd1eb6513739805a32fc473a711ccf1 (patch) | |
tree | e4813254a9e55dfbe640134ea63cf64eb24426d1 /radsecproxy.c | |
parent | 00e0ae25ec062b4d92ab388e2884d1af6c2e511e (diff) |
1.3 branch with alpha release
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.3@435 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index 347d72a..d11cc97 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -3740,7 +3740,7 @@ void getargs(int argc, char **argv, uint8_t *foreground, uint8_t *pretend, uint8 *pretend = 1; break; case 'v': - debugx(0, DBG_ERR, "radsecproxy devel-20081106"); + debugx(0, DBG_ERR, "radsecproxy 1.3-alpha"); default: goto usage; } @@ -3827,7 +3827,7 @@ int main(int argc, char **argv) { debugx(1, DBG_ERR, "daemon() failed: %s", strerror(errno)); debug_timestamp_on(); - debug(DBG_INFO, "radsecproxy devel-20081106 starting"); + debug(DBG_INFO, "radsecproxy 1.3-alpha starting"); sigemptyset(&sigset); /* exit on all but SIGPIPE, ignore more? */ |