diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-09-25 21:13:18 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-09-25 21:13:18 +0200 |
| commit | 750e8a772ca54599a4a7859f059d656d828e4b78 (patch) | |
| tree | 7396534bcd09f89c2cf919234007aecd687eb910 /libs/samba/src/main/cpp/samba.cpp | |
| parent | 574f4a278982dadf87fafb50038c5150b958b219 (diff) | |
samba: Follow clang-tidy suggestions
Diffstat (limited to 'libs/samba/src/main/cpp/samba.cpp')
| -rw-r--r-- | libs/samba/src/main/cpp/samba.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |
