]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
allow replies for NOOP, too
authorAlan T. DeKok <aland@freeradius.org>
Wed, 9 May 2018 23:55:39 +0000 (19:55 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 9 May 2018 23:55:39 +0000 (19:55 -0400)
src/modules/proto_vmps/proto_vmps_all.c

index def74f29f6cab8dcd264f2d8f9d6544eb9c216bb..960c59dee18275b34e9c24c50cd4833c99c1f142 100644 (file)
@@ -78,6 +78,7 @@ static fr_io_final_t mod_process(REQUEST *request, UNUSED fr_io_action_t action)
                rad_assert(request->log.unlang_indent == 0);
 
                switch (rcode) {
+               case RLM_MODULE_NOOP:
                case RLM_MODULE_OK:
                case RLM_MODULE_UPDATED:
                        if (request->packet->code == FR_VMPS_PACKET_TYPE_VALUE_VMPS_JOIN_REQUEST) {