From: mar Date: Thu, 29 Jun 1989 18:29:39 +0000 (+0000) Subject: added setup_sshi which resets the locking modes X-Git-Tag: PATCH5~18 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/67d7b95909c22fb0bbaec63495d1c752b72404b1 added setup_sshi which resets the locking modes --- 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 */