diff options
Diffstat (limited to 'mount.cifs.c')
-rw-r--r-- | mount.cifs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mount.cifs.c b/mount.cifs.c index f3aa464..ba9e206 100644 --- a/mount.cifs.c +++ b/mount.cifs.c @@ -1703,7 +1703,7 @@ mount_retry: } if (parsed_info->verboseflag) - fprintf(stderr, "mount.cifs kernel mount options: %s\n", + fprintf(stderr, "mount.cifs kernel mount options: %s", options); if (parsed_info->got_password) { |