aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_parse.go')
-rw-r--r--src/c_parse.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/c_parse.go b/src/c_parse.go
index 3a58558..2a7b881 100644
--- a/src/c_parse.go
+++ b/src/c_parse.go
@@ -69,9 +69,6 @@ func c_read_yaml_file(file string,
if err := yaml.Unmarshal(yaml_file, &host); err != nil {
return nil, err
}
- if len(opts.GPG) == 0 {
- host.Pass = ""
- }
if len(host.Name) == 0 {
return nil, nil
}