summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvenaas <venaas>2008-04-16 08:39:56 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-04-16 08:39:56 +0000
commit8da68df50b8139b8505b09dea8e603fc7fa0203b (patch)
tree1ebc540f9d2d2b3ddb4e03f954713363e4457876
parentaa6e2e9e4cfc0dc21d5362cbd9b687fab2883dc1 (diff)
changed from 1.0p1 to 1.0p2
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.0@235 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r--radsecproxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/radsecproxy.c b/radsecproxy.c
index 77d4895..ed21332 100644
--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -2366,7 +2366,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.0p1");
+ debugx(0, DBG_ERR, "radsecproxy 1.0p2");
default:
goto usage;
}
@@ -2436,7 +2436,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.0p1 starting");
+ debug(DBG_INFO, "radsecproxy 1.0p2 starting");
sigemptyset(&sigset);
/* exit on all but SIGPIPE, ignore more? */