]> andersk Git - moira.git/blobdiff - lib/mr_query.c
make it work with negative keys
[moira.git] / lib / mr_query.c
index 4f1a0f00ec50c8c4ee234f162188ec572b1bde0b..4e59282ef24d4a88a20600c1c523ec2f5bc8f7c9 100644 (file)
@@ -90,7 +90,7 @@ int sms_query_internal(argc, argv, callproc, callarg)
                             (int (*)())NULL);
        queue_operation(_sms_conn, CON_INPUT, _sms_recv_op);
 
-       complete_operation(_sms_recv_op);
+       sms_complete_operation(_sms_recv_op);
        if (OP_STATUS(_sms_recv_op) != OP_COMPLETE) {
            sms_disconnect();
            status = SMS_ABORTED;
@@ -103,13 +103,3 @@ punt_1:
     level--;
     return status;
 }
-/*
- * Local Variables:
- * mode: c
- * c-indent-level: 4
- * c-continued-statement-offset: 4
- * c-brace-offset: -4
- * c-argdecl-indent: 4
- * c-label-offset: -4
- * End:
- */
This page took 0.030791 seconds and 4 git commands to generate.