Eliminate redundant checks of cifs_version.

This commit is contained in:
cimryan
2018-10-23 22:16:59 -07:00
parent d1cd47cbda
commit 50f0b3788d
3 changed files with 10 additions and 16 deletions

View File

@@ -1,7 +1,5 @@
#!/bin/bash -eu
cifs_version="${cifs_version:-3}"
function check_archive_server_reachable () {
echo "Verifying that the archive server $archiveserver is reachable..."
local serverunreachable=false