Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'oscam-svn'
Browse files Browse the repository at this point in the history
  • Loading branch information
WXbet committed Mar 31, 2024
2 parents 35f9914 + 78d15a2 commit 6550776
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion module-webif.c
Original file line number Diff line number Diff line change
Expand Up @@ -2380,7 +2380,7 @@ static char *send_oscam_reader(struct templatevars *vars, struct uriparams *para

static char *send_oscam_reader_config(struct templatevars *vars, struct uriparams *params)
{
int32_t i, j;
int32_t i;
int32_t apicall = 0;
char *reader_ = getParam(params, "label");
char *value;
Expand Down Expand Up @@ -2742,6 +2742,8 @@ static char *send_oscam_reader_config(struct templatevars *vars, struct uriparam
#endif

#ifdef READER_NAGRA_MERLIN
int32_t j;

// idird (CAK7)
for(i = 0; i < rdr->idird_length; i++)
{ tpl_printf(vars, TPLAPPEND, "IDIRD", "%02X", rdr->idird[i]); }
Expand Down

0 comments on commit 6550776

Please sign in to comment.