Return free memory more aggressively.
[radsecproxy.git] / fticks.c
index ed7d0b4..d7a24af 100644 (file)
--- a/fticks.c
+++ b/fticks.c
@@ -1,6 +1,5 @@
-/* Copyright (C) 2011 NORDUnet A/S
- * See LICENSE for information about licensing.
- */
+/* Copyright (c) 2011, NORDUnet A/S */
+/* See LICENSE for licensing information. */
 
 #include "radsecproxy.h"
 #include "debug.h"
@@ -109,10 +108,10 @@ fticks_log(const struct options *options,
     if (options->fticks_reporting == RSP_FTICKS_REPORTING_FULL) {
         if (client->conf->fticks_visinst != NULL ) {
            snprintf((char *) visinst, sizeof(visinst), "VISINST=%s#",
-                client->conf->fticks_visinst);
+                     client->conf->fticks_visinst);
         } else {
            snprintf((char *) visinst, sizeof(visinst), "VISINST=%s#",
-                client->conf->name);
+                     client->conf->name);
         }
     }