summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-22 03:21:32 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-22 03:21:32 (GMT)
commitbfb049d3121c29ea37f2ce840723b0225fba4a81 (patch)
tree3ddd6a70512a6a8b1997b46ecc5c77abcd23be0a
parente40235206363f09a43723fd7af10ef66bcfa08a3 (diff)
added TODO
-rw-r--r--src/helsinki.at/rhimport/importer.go1
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