From: danw Date: Fri, 5 Sep 1997 20:12:37 +0000 (+0000) Subject: fix a bug that trunctates the service name in add_service_info X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/cf03c11b580938bb9a53e0898c998c669273e163 fix a bug that trunctates the service name in add_service_info --- diff --git a/server/queries2.c b/server/queries2.c index 28addc9c..59d41ebb 100644 --- a/server/queries2.c +++ b/server/queries2.c @@ -1617,7 +1617,7 @@ static struct valobj asin_valobj[] = { {V_RLOCK, 0, USERS_TABLE, 0, USERS_ID, MR_DEADLOCK}, {V_LOCK, 0, MACHINE_TABLE, 0, MACH_ID, MR_DEADLOCK}, {V_RLOCK, 0, LIST_TABLE, 0, LIST_ID, MR_DEADLOCK}, - {V_CHAR, 0, SERVERS_TABLE, SERVICE}, + {V_CHAR, 0, SERVERS_TABLE, NAME}, {V_LEN, 2, SERVERS_TABLE, "target_file"}, {V_LEN, 3, SERVERS_TABLE, "script"}, {V_TYPE, 4, 0, "service", 0, MR_TYPE},