summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.c b/main.c
index 06cae78..6a38412 100644
--- a/main.c
+++ b/main.c
@@ -458,6 +458,12 @@ int main(int argc, char *argv[])
458 return 0; 458 return 0;
459 } 459 }
460 460
461 if (strcmp(cmd, "request2") == 0) { /** **/
462 enqueue_object_request(&snac, url, 2);
463
464 return 0;
465 }
466
461 if (strcmp(cmd, "actor") == 0) { /** **/ 467 if (strcmp(cmd, "actor") == 0) { /** **/
462 int status; 468 int status;
463 xs *data = NULL; 469 xs *data = NULL;