Add Command_Lock to exemption list for Pass_Locks power
authorAri Johnson <ari@theari.com>
Sun, 31 May 2009 08:07:48 +0000 (08:07 +0000)
committerAri Johnson <ari@theari.com>
Sun, 31 May 2009 08:07:48 +0000 (08:07 +0000)
hdrs/lock.h

index 09d4a59575ab0c4eb7e1b25e6b2fb60ea55555d1..238b865f9211702d629b18dd789080f76adde141 100644 (file)
@@ -121,7 +121,7 @@ extern const lock_type chan_hide_lock;
 
 /* Declare new lock types here! */
 
-/* The only locktype we don't pass is the uselock */
-#define IS_passlock_type(ltp) (strcasecmp(ltp , Use_Lock)!=0)
+/* The only locktypes we don't pass Use and Command */
+#define IS_passlock_type(ltp) (strcasecmp(ltp, Use_Lock) && strcasecmp(ltp, Command_Lock))
 
 #endif                         /* __LOCK_H */