Index: hid_cam.c =================================================================== --- hid_cam.c (revision 23622) +++ hid_cam.c (revision 23623) @@ -494,7 +494,7 @@ { cam_name_ctx_t ctx; if (cam->fn_template == NULL) - return 1; /* not templated */ + return 0; /* not templated */ free(cam->fn); ctx.cam = cam;