]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/statd/monitor.c
Accept lockd callbacks to the new port 24 as well as the historical
[nfs-utils.git] / utils / statd / monitor.c
index 5a782dcccc18a7046b39ba0bac7f4959964ed5ed..879e583036ebe437bc7e058045586bc1e539238b 100644 (file)
@@ -67,10 +67,13 @@ sm_mon_1_svc(struct mon *argp, struct svc_req *rqstp)
        my_name = "127.0.0.1";
 
        /* 2.   Reject any registrations for non-lockd services.
        my_name = "127.0.0.1";
 
        /* 2.   Reject any registrations for non-lockd services.
+        *
         *      This is specific to the linux kernel lockd, which
         *      makes the callback procedure part of the lockd interface.
         *      This is specific to the linux kernel lockd, which
         *      makes the callback procedure part of the lockd interface.
+        *      It is also prone to break when lockd changes its callback
+        *      procedure number.  XXX FIXME
         */
         */
-       if (id->my_proc != 100021) {
+       if (id->my_proc != 100021 && id->my_proc != 24) {
                log(L_WARNING,
                        "Attempt to register callback to service %d",
                        id->my_proc);
                log(L_WARNING,
                        "Attempt to register callback to service %d",
                        id->my_proc);