Project

General

Profile

Actions

Bug #1145

closed

forceCheckSvdrp is initializied randomly if not initialized via getopt's -s

Added by herrlado over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
11/27/2012
Due date:
% Done:

0%

Estimated time:

Description

was:

cPluginAndroVdr::cPluginAndroVdr(void) {
    // Initialize any member variables here.
    // DON'T DO ANYTHING ELSE THAT MAY HAVE SIDE EFFECTS, REQUIRE GLOBAL
    // VDR OBJECTS TO EXIST OR PRODUCE ANY OUTPUT!
    Thread = NULL;
    port = ANDROVDR_PORT;
    password = "";
    forceCheckSvdrp;
}

should be

cPluginAndroVdr::cPluginAndroVdr(void) {
    // Initialize any member variables here.
    // DON'T DO ANYTHING ELSE THAT MAY HAVE SIDE EFFECTS, REQUIRE GLOBAL
    // VDR OBJECTS TO EXIST OR PRODUCE ANY OUTPUT!
    Thread = NULL;
    port = ANDROVDR_PORT;
    password = "";
    forceCheckSvdrp = false;
}
Actions #1

Updated by herrlado over 11 years ago

  • Target version set to vdr-plugin-vdrmanager-0.8
Actions #2

Updated by herrlado over 11 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF