diff options
Diffstat (limited to 'lib/rpmts.h')
-rw-r--r-- | lib/rpmts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmts.h b/lib/rpmts.h index 88f160135..ee6f660a9 100644 --- a/lib/rpmts.h +++ b/lib/rpmts.h @@ -586,6 +586,7 @@ extern const char * rpmtsRootDir(rpmts ts); /** \ingroup rpmts * Set transaction rootDir, i.e. path to chroot(2). + * @todo disallow funky http:// etc urls... * @param ts transaction set * @param rootDir new transaction rootDir (or NULL) */ |