Skip to content

Commit b75ecd6

Browse files
committed
Making bufSize protected again
1 parent 1c4fabd commit b75ecd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mft/MFTSftpConnection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ import Foundation
7575
let prvKey: String
7676
let passphrase: String
7777

78-
public let bufSize = 0xF000
78+
let bufSize = 0xF000
7979
var sshUserauthNoneCalled = false
8080
var sshUserauthNoneResult: Int32 = 0
8181

0 commit comments

Comments
 (0)