From 2c7c61442e6b46571b1f53db05ef7a23227bebe2 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Wed, 2 Jun 2010 18:54:50 +0200 Subject: [PATCH] swap: Fix uninitialized variable --- src/swap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swap.c b/src/swap.c index 2c7e4924d..c35a8e785 100644 --- a/src/swap.c +++ b/src/swap.c @@ -246,7 +246,7 @@ int swap_add_one( bool from_proc_swaps) { Unit *u = NULL; char *e = NULL, *w = NULL; - bool delete; + bool delete = false; int r; SwapParameters *p; -- 2.30.2