charon is now an IKE daemon

This commit is contained in:
Andreas Steffen 2012-05-03 11:49:30 +02:00
parent 40ca363a8b
commit 493c468d4d

View File

@ -434,7 +434,7 @@ METHOD(stroke_list_t, status, void,
now = time_monotonic(NULL); now = time_monotonic(NULL);
since = time(NULL) - (now - this->uptime); since = time(NULL) - (now - this->uptime);
fprintf(out, "Status of IKEv2 charon daemon (strongSwan "VERSION"):\n"); fprintf(out, "Status of IKE charon daemon (strongSwan "VERSION"):\n");
fprintf(out, " uptime: %V, since %T\n", &now, &this->uptime, &since, FALSE); fprintf(out, " uptime: %V, since %T\n", &now, &this->uptime, &since, FALSE);
#ifdef HAVE_MALLINFO #ifdef HAVE_MALLINFO
{ {