]> andersk Git - moira.git/commitdiff
return all tuples on the RT (missing return)
authormar <mar>
Thu, 25 Aug 1988 11:27:10 +0000 (11:27 +0000)
committermar <mar>
Thu, 25 Aug 1988 11:27:10 +0000 (11:27 +0000)
add trigger_dcm function

clients/mrtest/mrtest.c

index 8fc760e3a0f21086d1ab874408c91bdb25b6f1a2..6abcf996d4cb214287801166d1ba7690fb5701ad 100644 (file)
@@ -207,6 +207,7 @@ print_reply(argc, argv)
        }
        printf("\n");
        count++;
+       return(SMS_CONT);
 }
 
 test_query(argc, argv)
@@ -237,3 +238,14 @@ test_access(argc, argv)
        status = sms_access(argv[1], argc-2, argv+2);
        if (status) ss_perror(ss, status, 0);
 }
+
+
+test_dcm(argc, argv)
+       int argc;
+       char **argv;
+{
+       int status;
+
+       if (status = sms_do_update())
+         ss_perror(ss, status, " while triggering dcm");
+}
This page took 0.053862 seconds and 5 git commands to generate.