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]>
1 file changed