All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/security/secpol_tool.c
@ 2005-08-11 21:15 Jerone Young
  0 siblings, 0 replies; only message in thread
From: Jerone Young @ 2005-08-11 21:15 UTC (permalink / raw)
  To: xen-devel

initialize return value ret.

Signed-off-by: Jerone Young<jyoung5@us.ibm.com>

--- tools/security/secpol_tool.c.old    2005-08-11 13:32:59.000000000
-0500
+++ tools/security/secpol_tool.c        2005-08-11 13:33:36.000000000
-0500
@@ -612,7 +612,7 @@ void usage(char *progname)
int main(int argc, char **argv)
{

-    int acm_cmd_fd, ret;
+    int acm_cmd_fd, ret=0;

     if (argc < 2)
         usage(argv[0]);


-- 
Jerone Young
IBM Linux Technology Center
jyoung5@us.ibm.com
512-838-1157 (T/L: 678-1157)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-08-11 21:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-11 21:15 [PATCH] tools/security/secpol_tool.c Jerone Young

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.