Use the thread safe make-hash-table

This commit is contained in:
David Botton 2022-03-10 10:03:16 -05:00
parent 5a4c220a95
commit 416c8d09c1

View file

@ -4,7 +4,7 @@
(in-package :clog-demo-2)
(defvar *global-list-box-hash* (make-hash-table :test 'equalp)
(defvar *global-list-box-hash* (make-hash-table* :test 'equalp)
"Username to update function")
(defun send-message (user msg)