]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix compilation
authorEric Bollengier <eric@baculasystems.com>
Wed, 22 Dec 2021 21:46:57 +0000 (22:46 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:57 +0000 (13:56 +0200)
bacula/src/stored/stored.c

index 24871722c359f5ced620313a1d483b0c7da0cb3e..e16ee0a264dd8eb1dfbf45746229baea90ca3c35 100644 (file)
@@ -173,8 +173,8 @@ static bool get_needed_caps()
    libcap = false;
 #endif // HAVE_LIBCAP
 
-   Dmsg2(90, "Returning from mocked get_needed_caps(), islinux: %d libcap: %d\n",
-         linux, libcap);
+   Dmsg2(90, "Returning from mocked get_needed_caps(), linux: %d libcap: %d\n",
+         islinux, libcap);
    return false;
 }
 #endif   // HAVE_LINUX_OS && HAVE_LIBCAP