aboutsummaryrefslogtreecommitdiff
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/process.c b/src/process.c
index 1226ed2..0b4fd1b 100644
--- a/src/process.c
+++ b/src/process.c
@@ -149,7 +149,7 @@ match_uid_p(uid_t uid, int uc, uid_t * uv)
int
spool_cwd_add_new_file(const struct spool *spool, const char *name,
- int uc, uid_t * uv)
+ int uc, uid_t *uv)
{
struct stat st;
struct file_info finfo;
@@ -203,7 +203,7 @@ spool_add_new_file(const struct spool *spool, const char *name,
/* Scan upload directory from the DPAIR and register all files found
there, forming triplets when possible */
void
-scan_spool_unlocked(struct spool *spool, int uc, uid_t * uv)
+scan_spool_unlocked(struct spool *spool, int uc, uid_t *uv)
{
DIR *dir;
struct dirent *ent;
@@ -238,7 +238,7 @@ scan_spool_unlocked(struct spool *spool, int uc, uid_t * uv)
closedir(dir);
if (count_collected_triplets() > 0)
- spool_commit_triplets(spool);
+ spool_commit_triplets(spool, NULL);
timer_stop(spool->tag);
timer_stop("spool");

Return to:

Send suggestions and report system problems to the System administrator.