]> andersk Git - moira.git/commitdiff
fix a bug that trunctates the service name in add_service_info
authordanw <danw>
Fri, 5 Sep 1997 20:12:37 +0000 (20:12 +0000)
committerdanw <danw>
Fri, 5 Sep 1997 20:12:37 +0000 (20:12 +0000)
server/queries2.c

index 28addc9c1b6cf95dd761d8c7da0161e5ae7719f6..59d41ebbe48720c38a57d2874c8023f12ebd98e7 100644 (file)
@@ -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},
This page took 0.046461 seconds and 5 git commands to generate.