diff options
-rw-r--r-- | mount.cifs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mount.cifs.c b/mount.cifs.c index d4ca80a..326b94e 100644 --- a/mount.cifs.c +++ b/mount.cifs.c @@ -125,9 +125,9 @@ * Values for parsing a credentials file. */ #define CRED_UNPARSEABLE 0 -#define CRED_USER 1 -#define CRED_PASS 2 -#define CRED_DOM 4 +#define CRED_USER 1 +#define CRED_PASS 2 +#define CRED_DOM 4 /* * Values for parsing command line options. |