From 4dddfb74aefbe62367769af5fea36859bdce38f2 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 15 Jun 2004 23:46:58 +0000 Subject: r1156: Ensure new remote arch of CIFSFS is seen. Jeremy. (This used to be commit 33fa4b8b27427874ac70af00908d97709c1cddc7) --- source3/lib/util.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/lib') 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"); -- cgit