-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The debug level was uninitialized, resulting in randomly dumping
unnecessary output to the screen. This patch just ensures that it's set
to zero unless specified at the command line.

- -- 
Stephen Gallagher
RHCE 804006346421761

Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkyTglEACgkQeiVVYja6o6OdkwCgrVtojB1G4QO/mfMnSxSx1Jx8
rE0AoJFBqYCAd2Uj7GYjNMmCQNDaOX7W
=uvC4
-----END PGP SIGNATURE-----
From d68a62b975e6172e884ad0c681ebc68b8a8b2423 Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgall...@redhat.com>
Date: Fri, 17 Sep 2010 10:54:14 -0400
Subject: [PATCH 3/3] Initialize debug_level to zero in crypto tests

---
 src/tests/crypto-tests.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tests/crypto-tests.c b/src/tests/crypto-tests.c
index d02a843713b98b3cf28c5eadb33e3cc3056747e3..f802c119d8d62ac2e5999a3500a32038ce4b2708 100644
--- a/src/tests/crypto-tests.c
+++ b/src/tests/crypto-tests.c
@@ -105,7 +105,7 @@ int main(int argc, const char *argv[])
     int opt;
     poptContext pc;
     int number_failed;
-    int debug;
+    int debug = 0;
 
     struct poptOption long_options[] = {
         POPT_AUTOHELP
-- 
1.7.2.3

Attachment: 0003-Initialize-debug_level-to-zero-in-crypto-tests.patch.sig
Description: PGP signature

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to