swap: Fix uninitialized variable

This commit is contained in:
Christian Ruppert 2010-06-02 18:54:50 +02:00 committed by Lennart Poettering
parent a45a909fbb
commit 2c7c61442e
1 changed files with 1 additions and 1 deletions

View File

@ -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;