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 | bfb049d3121c29ea37f2ce840723b0225fba4a81 (patch) | |
tree | 3ddd6a70512a6a8b1997b46ecc5c77abcd23be0a /src/helsinki.at/rhimport | |
parent | e40235206363f09a43723fd7af10ef66bcfa08a3 (diff) |
added TODO
Diffstat (limited to 'src/helsinki.at/rhimport')
-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 |