From 0c7c97c8a5278f2a28563e4981a3785f3a3f1d27 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 23 Nov 2023 20:32:09 -0500 Subject: [PATCH] Nullify `PosixSignalHandler` --- src/Tgstation.Server.Host/System/PosixSignalHandler.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Tgstation.Server.Host/System/PosixSignalHandler.cs b/src/Tgstation.Server.Host/System/PosixSignalHandler.cs index 5342f68d39..eff4f6c7c2 100644 --- a/src/Tgstation.Server.Host/System/PosixSignalHandler.cs +++ b/src/Tgstation.Server.Host/System/PosixSignalHandler.cs @@ -10,8 +10,6 @@ using Mono.Unix.Native; using Tgstation.Server.Host.Core; using Tgstation.Server.Host.Utils; -#nullable disable - namespace Tgstation.Server.Host.System { /// @@ -47,7 +45,7 @@ namespace Tgstation.Server.Host.System /// /// The thread used to check the signal. See http://docs.go-mono.com/?link=T%3aMono.Unix.UnixSignal. /// - Task signalCheckerTask; + Task? signalCheckerTask; /// /// Initializes a new instance of the class.