blob: 788693e8298c93f7e44aee98d35c76f3ced2d25b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- radiusd/builddbm.c.orig 2008-12-08 14:22:12.000000000 +0100
+++ radiusd/builddbm.c 2008-12-08 14:22:37.000000000 +0100
@@ -58,7 +58,7 @@
if (2 + check_len + reply_len > closure->pair_buffer_size) {
grad_log(GRAD_LOG_ERR, "%s:%d: %s",
- closure->filename, sym->lineno,
+ closure->filename, sym->loc.line,
_("too many attributes"));
return -1;
}
|