Print correct value
authorAlan T. DeKok <aland@freeradius.org>
Tue, 23 Jul 2013 11:44:09 +0000 (07:44 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 23 Jul 2013 11:44:09 +0000 (07:44 -0400)
src/modules/rlm_replicate/rlm_replicate.c

index 45feb5f..893a638 100644 (file)
@@ -64,7 +64,8 @@ static int replicate_packet(void *instance, REQUEST *request)
 
                realm = realm_find2(vp->vp_strvalue);
                if (!realm) {
-                       RDEBUG2("ERROR: Cannot Replicate to unknown realm %s", realm);
+                       RDEBUG2("ERROR: Cannot Replicate to unknown realm %s",
+                               vp->vp_strvalue);
                        continue;
                }