commit | d1c606ba46f661b950d6a6b2b29dfc07a536fb0a | [log] [tgz] |
---|---|---|
author | Eric Paris <[email protected]> | Tue Feb 05 14:33:21 2013 -0500 |
committer | Eric Paris <[email protected]> | Tue Feb 05 20:19:05 2013 -0500 |
tree | 0320088a46aa9b31e399174fddfeb02e541c9055 | |
parent | e1400f04044e8405419ee4534f8ff4f45c5d532a [diff] |
libsemanage: genhomedircon: remove useless conditional in get_home_dirs We have minuid_set = 0 at the top of the function and then do a test like: if (!minuid_set || something) But since minuid_set is always 0, we always call this code. Get rid of the pointless conditional. Signed-off-by: Eric Paris <[email protected]>