From 67d7b95909c22fb0bbaec63495d1c752b72404b1 Mon Sep 17 00:00:00 2001 From: mar Date: Thu, 29 Jun 1989 18:29:39 +0000 Subject: [PATCH] added setup_sshi which resets the locking modes --- server/qsupport.qc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/server/qsupport.qc b/server/qsupport.qc index ad4f988f..689c26e3 100644 --- a/server/qsupport.qc +++ b/server/qsupport.qc @@ -800,6 +800,19 @@ setup_dnfq(q, argv, cl) ##} +/* setup_sshi: don't exclusive lock the machine table during + * set_server_host_internal. + */ + +setup_sshi(q, argv, cl) + struct query *q; + char **argv; + client *cl; +##{ +## set lockmode session where readlock = system +##} + + /* FOLLOWUP ROUTINES */ -- 2.45.2