From 434c6d075f41f01a875756a02dd01fc802148ada Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 8 Mar 2009 00:18:59 +0100 Subject: Fix initialization problems Init tools ctx in groupadd before copying its value --- server/tools/sss_groupdel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tools/sss_groupdel.c') diff --git a/server/tools/sss_groupdel.c b/server/tools/sss_groupdel.c index 1950aaef..1cbddf45 100644 --- a/server/tools/sss_groupdel.c +++ b/server/tools/sss_groupdel.c @@ -81,7 +81,7 @@ int main(int argc, const char **argv) struct tools_ctx *ctx = NULL; - poptContext pc; + poptContext pc = NULL; struct poptOption long_options[] = { POPT_AUTOHELP POPT_TABLEEND -- cgit