summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 9d7a2648c5..54cbc36772 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -1802,6 +1802,9 @@ void set_remote_arch(enum remote_arch_types type)
case RA_SAMBA:
fstrcpy(remote_arch,"Samba");
break;
+ case RA_CIFSFS:
+ fstrcpy(remote_arch,"CIFSFS");
+ break;
default:
ra_type = RA_UNKNOWN;
fstrcpy(remote_arch, "UNKNOWN");