diff options
-rw-r--r-- | src/helsinki.at/rhimport/importer.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helsinki.at/rhimport/importer.go b/src/helsinki.at/rhimport/importer.go index 575adc9..3ee94cd 100644 --- a/src/helsinki.at/rhimport/importer.go +++ b/src/helsinki.at/rhimport/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 |