]> andersk Git - moira.git/commitdiff
Nuke stray ;
authorzacheiss <zacheiss>
Thu, 9 May 2002 03:47:53 +0000 (03:47 +0000)
committerzacheiss <zacheiss>
Thu, 9 May 2002 03:47:53 +0000 (03:47 +0000)
reg_svr/reg_svr.pc

index d9964a89d083a7a21048cfc67bdf38ccca328cfe..0dd07b749629767d1cde3b3c6de4754708a94e28 100644 (file)
@@ -503,8 +503,8 @@ void SPIN(reg_client *rc, int argc, char **argv)
 
   /* "ORDER BY status" so that if there's both a matching state 0 entry
      and a matching state 3 entry, we'll get the former. */
-  EXEC SQL SELECT pin INTO :pin FROM users WHERE clearid = :rc->id;
-  ORDER BY status;
+  EXEC SQL SELECT pin INTO :pin FROM users WHERE clearid = :rc->id
+    ORDER BY status;
   strtrim(pin);
   if (strcmp(argv[0], pin) != 0)
     {
This page took 0.423846 seconds and 5 git commands to generate.