1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00
Jeff Layton d895ca505f mount.cifs: initialize rc to 0 in main
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>
2009-02-06 08:29:58 -05:00
..
2008-12-17 12:57:18 +01:00
2008-10-12 17:34:43 +02:00
2009-02-06 11:10:36 +01:00
2009-02-06 11:10:36 +01:00
2009-02-01 14:34:22 +01:00
2009-01-30 12:47:59 +01:00
2008-11-13 12:43:58 +01:00
2008-08-13 15:25:09 +02:00