Skip to content

Commit

Permalink
Making bufSize protected again
Browse files Browse the repository at this point in the history
  • Loading branch information
mplpl committed Feb 16, 2022
1 parent 1c4fabd commit b75ecd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mft/MFTSftpConnection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import Foundation
let prvKey: String
let passphrase: String

public let bufSize = 0xF000
let bufSize = 0xF000
var sshUserauthNoneCalled = false
var sshUserauthNoneResult: Int32 = 0

Expand Down

0 comments on commit b75ecd6

Please sign in to comment.