From 845b1df617f203b93ba1451b7e528953cf185c65 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Sun, 18 Dec 2011 21:56:03 +0000 Subject: Make a cleaner split between config tree and config file functionality. Move the latter out of libdm. --- libdm/libdm-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdm/libdm-common.c') diff --git a/libdm/libdm-common.c b/libdm/libdm-common.c index 4f438bd2..c791bc3b 100644 --- a/libdm/libdm-common.c +++ b/libdm/libdm-common.c @@ -900,7 +900,7 @@ static int _stack_node_op(node_op_t type, const char *dev_name, uint32_t major, break; /* no other DEL ops */ } } - else if ((type == NODE_RENAME)) + else if (type == NODE_RENAME) /* * Ignore any outstanding operations if renaming it. * -- cgit