diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-12-22 03:21:32 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-12-22 03:21:32 (GMT) |
commit | ba5e2bbc79d613d995ad508d9dab818d4ab8112e (patch) | |
tree | d4b33beee1cb22449e2a744d210a375aa6c322fe | |
parent | 5363f23b19df89eaf7fc8d0c250ab9db9b2ab8b3 (diff) |
added TODO
-rw-r--r-- | importer.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/importer.go b/importer.go index 575adc9..3ee94cd 100644 --- a/importer.go +++ b/importer.go @@ -637,6 +637,7 @@ func ImportFile(ctx *ImportContext) (res *ImportResult, err error) { } } + // TODO: on trusted interfaces we should call getPassword again with cached=false after 401's if ctx.Trusted { if err = ctx.getPassword(true); err != nil { return |