From f44c5d3889e1d5cc51628e07dcb486ca7fb1e497 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 13 Jul 2007 16:43:52 +0000 Subject: [PATCH] Fixed another bug related to multi edit functionality SVN revision: 1887 --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index c3d6630e..b4a58440 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -8740,7 +8740,7 @@ char reply_to[MAX_REPLY_TO * 10], attr[MAX_N_ATTR][NAME_LENGTH], list[MAX_N_ATTR return; if (*n == 0) - memcpy(attrib, attr, sizeof(attrib)); + memcpy(attrib, attr, sizeof(attr)); else { for (i=0 ; in_attr ; i++) if (!strieq(attrib[i], attr[i]))