The value of rc in main() isn't initialized in the declaration. This
wasn't a problem before, but Shirish's fakemount patch can make it so
that we return the uninitialized variable if the -n flag is used.
Fix this by initializing rc to 0.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
char * resolved_path = NULL;
char * temp;
char * dev_name;
char * resolved_path = NULL;
char * temp;
char * dev_name;
int rsize = 0;
int wsize = 0;
int nomtab = 0;
int rsize = 0;
int wsize = 0;
int nomtab = 0;