Skip to content

Commit 487baa3

Browse files
committed
Minor changes
1 parent 08b2e9e commit 487baa3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/filesys/server/filesys/TreeConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public synchronized NetworkFile findFile(int fid) {
178178
*/
179179
public final boolean hasContext() {
180180
if (m_shareDev != null)
181-
return m_shareDev.getContext() != null ? true : false;
181+
return m_shareDev.getContext() != null;
182182
return false;
183183
}
184184

src/main/java/org/filesys/smb/server/SMBSrvSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public enum Dbg {
105105
SIGNING, // request/response signing
106106
ENCRYPTION, // Encryption/decryption
107107
AUDIT, // Auditing
108-
POSTPROC // Post processing
108+
POSTPROC, // Post processing
109109
}
110110

111111
// Server session object factory

0 commit comments

Comments
 (0)