diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-12-08 08:30:58 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-12-08 08:31:41 +0200 |
commit | 02cd5a9c76cd676545c232bb567d7eb01e5bd6fd (patch) | |
tree | ce05b50bff40784b36c310eee0916be229e640b2 /src/policy.c | |
parent | 6697ed5e86e64516ac56894d2f81c575ff72fd4f (diff) | |
download | apk-tools-02cd5a9c76cd676545c232bb567d7eb01e5bd6fd.tar.gz apk-tools-02cd5a9c76cd676545c232bb567d7eb01e5bd6fd.tar.bz2 apk-tools-02cd5a9c76cd676545c232bb567d7eb01e5bd6fd.tar.xz apk-tools-02cd5a9c76cd676545c232bb567d7eb01e5bd6fd.zip |
make del, fetch, fix and info return errors
In case all applet arguments are packages names (that is are not
including wildcards), return error if they do not match to some
package.
Diffstat (limited to 'src/policy.c')
-rw-r--r-- | src/policy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/policy.c b/src/policy.c index 773cf69..25d39b3 100644 --- a/src/policy.c +++ b/src/policy.c @@ -22,6 +22,9 @@ static void print_policy(struct apk_database *db, const char *match, struct apk_ struct apk_provider *p; struct apk_repository *repo; int i, j, num = 0; + + if (!name) return; + /* zlib1g policy: 2.0: |