From 54240140b10f2d718753445b656c9607967d7c64 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Fri, 16 Nov 2012 12:14:29 +0100
Subject: [PATCH] fix incorectly merged smb.php

---
 apps/files_external/lib/smb.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/files_external/lib/smb.php b/apps/files_external/lib/smb.php
index bf0d780d27..a4b2338e3b 100644
--- a/apps/files_external/lib/smb.php
+++ b/apps/files_external/lib/smb.php
@@ -35,6 +35,7 @@ class SMB extends \OC\Files\Storage\StreamWrapper{
 		if(substr($this->share, -1, 1)=='/') {
 			$this->share = substr($this->share,0,-1);
 		}
+	}
 
 	public function getId(){
 		return 'smb::' . $this->user . '@' . $this->host . '/' . $this->share . '/' . $this->root;
-- 
GitLab