Commit 4dddfb74 authored by Jeremy Allison's avatar Jeremy Allison Committed by Gerald (Jerry) Carter
Browse files

r1156: Ensure new remote arch of CIFSFS is seen.

Jeremy.
(This used to be commit 33fa4b8b27427874ac70af00908d97709c1cddc7)
parent 2acd0848
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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");