diff options
Diffstat (limited to 'src/uca.c')
-rw-r--r-- | src/uca.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ struct uca_t *uca_init(void) free(uca); return NULL; } + uca->grabbers = grabber; grabber->next = NULL; /* Probe each camera that is configured */ |