Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 7 May 2014 14:28:47 +0000 (15:28 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 7 May 2014 14:29:05 +0000 (15:29 +0100)
src/main/radclient.c

index 0eb471d..5d4b963 100644 (file)
@@ -259,7 +259,7 @@ static int radclient_init(TALLOC_CTX *ctx, rc_file_pair_t *files)
                 *      Read the request VP's.
                 */
                if (readvp2(&request->packet->vps, request->packet, packets, &packets_done) < 0) {
-                       ERROR("Error parsing \"%s\"", files->filters);
+                       ERROR("Error parsing \"%s\"", files->packets);
                        goto error;
                }