8e3b802 Initialized return value in dp_copy_options()

1 file Authored by jzeleny 13 years ago, Committed by sgallagh 13 years ago,
    Initialized return value in dp_copy_options()
    
    In the very unlikely case dp_copy_options was called
    with num_options == 0, the return value as well as the left operand
    of comparison on line 214 would be undefined.
    Ticket: #577