From 750e8a772ca54599a4a7859f059d656d828e4b78 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 25 Sep 2024 21:13:18 +0200 Subject: samba: Follow clang-tidy suggestions --- libs/samba/src/main/cpp/samba.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/samba/src/main/cpp/samba.cpp') diff --git a/libs/samba/src/main/cpp/samba.cpp b/libs/samba/src/main/cpp/samba.cpp index 302fb3a..ed73d62 100644 --- a/libs/samba/src/main/cpp/samba.cpp +++ b/libs/samba/src/main/cpp/samba.cpp @@ -406,7 +406,7 @@ void RegisterSamba(JNIEnv* env) { } void UnregisterSamba() { - g_CreateDirEntry = 0; + g_CreateDirEntry = nullptr; g_NativeSambaClass.reset(); g_DirEntryClass.reset(); } -- cgit v1.2.3-70-g09d2