summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-09-17 10:54:14 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-09-22 09:55:25 -0400
commit7fa3d0b46fe8cab6cacbed4ea7729a3dad67f93e (patch)
tree0c6244ab6e7cfc190112665da94c0394867aa2b0 /src/tests
parentf34223890c3d0bdbbefba4150fb95ec7fd703b87 (diff)
downloadsssd-7fa3d0b46fe8cab6cacbed4ea7729a3dad67f93e.tar.gz
sssd-7fa3d0b46fe8cab6cacbed4ea7729a3dad67f93e.tar.xz
sssd-7fa3d0b46fe8cab6cacbed4ea7729a3dad67f93e.zip
Initialize debug_level to zero in crypto tests
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/crypto-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/crypto-tests.c b/src/tests/crypto-tests.c
index d02a84371..f802c119d 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