aboutsummaryrefslogtreecommitdiff
path: root/src/verify.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-19 02:33:23 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-19 02:33:23 +0200
commit288ad3a8baf196011e791988b3251bbedb5f6cc2 (patch)
tree5215a3a561eec921df9a68c978f56fd0eb9f51ac /src/verify.c
parent8c4ab07dbf003ba07bec6e77fd803b9c54b91e52 (diff)
downloadwydawca-288ad3a8baf196011e791988b3251bbedb5f6cc2.tar.gz
wydawca-288ad3a8baf196011e791988b3251bbedb5f6cc2.tar.bz2
Lots of bugfixes + new testsuite
* configure.ac: Disable sendfile by default. * src/builtin.c (builtin_run): Fix value returned of failure. * src/config.c (target_args): Fix ordering * src/meta.c (meta_expand_string): Fix handling of unexpanded macros. * src/triplet.c (fill_user_data): Fix conditional. * src/verify.c (make_default_meta): Fix trailing null. * tests/.gitignore: Add source and dest * tests/Makefile.am (EXTRA_DIST): Add dist. (TESTSUITE_AT): Add new tests. * tests/atlocal.in: Update. * etc/.gitignore: Add wydawca.rc * tests/etc/Makefile.am: Add wydawca.rcin * tests/testsuite.at: Add new tests * tests/dist/file: New file. * tests/dist/file.directive.asc: New file. * tests/dist/file.sig: New file. * tests/etc/notify.rc: New file. * tests/etc/nullmail: New file. * tests/etc/wydawca.rcin: New file. * tests/notify-upl.at: New file. * tests/upload-dry.at: New file. * tests/upload.at: New file.
Diffstat (limited to 'src/verify.c')
-rw-r--r--src/verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.c b/src/verify.c
index 9061532..2839f25 100644
--- a/src/verify.c
+++ b/src/verify.c
@@ -86,7 +86,7 @@ make_default_meta (struct metadef def[5], const char *user,
def[2].value = (char*) project;
def[3].kw = "project";
def[3].value = (char*) project;
- def[3].kw = NULL;
+ def[4].kw = NULL;
}
/* Verify if USER has upload rights on the directory (project) requested

Return to:

Send suggestions and report system problems to the System administrator.