mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 04:46:42 -04:00
Address JetBrains warnings
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ func RCWDArgument() {
|
||||
if password == nil {
|
||||
os.Exit(0) // use os.Exit directly since this function is only intended for non-interactive CLI clients
|
||||
}
|
||||
daemon.Start([]byte(password))
|
||||
daemon.Start(password)
|
||||
}
|
||||
|
||||
// DecryptFileToSlice decrypts an RCW wrapped file
|
||||
|
||||
Reference in New Issue
Block a user