aboutsummaryrefslogtreecommitdiff
path: root/src/watcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/watcher.c')
-rw-r--r--src/watcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/watcher.c b/src/watcher.c
index 1c67294..f6245db 100644
--- a/src/watcher.c
+++ b/src/watcher.c
@@ -79,7 +79,7 @@ create_watcher (struct spool *sp, void *data)
int ifd = *(int*)data;
struct dirwatcher *dwp;
int wd;
- const char *path = get_path (sp);
+ const char *path = sp->source_dir;
if (!sp)
return 0;

Return to:

Send suggestions and report system problems to the System administrator.