Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Dec 11, 2014
1 parent f38213e commit f95e9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ inline void fr_verify_vp(char const *file, int line, VALUE_PAIR const *vp)

parent = talloc_parent(vp->data.ptr);
if (parent != vp) {
FR_FAULT_LOG("CONSISTENCY CHECK FAILED %s[%u]: VALUE_PAIR \"%s\" uint8_t buffer is not "
FR_FAULT_LOG("CONSISTENCY CHECK FAILED %s[%u]: VALUE_PAIR \"%s\" char buffer is not "
"parented by VALUE_PAIR %p, instead parented by %p (%s)\n",
file, line, vp->da->name,
vp, parent, parent ? talloc_get_name(parent) : "NULL");
Expand Down

0 comments on commit f95e9d0

Please sign in to comment.