Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3dcdcc92 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "stack/avdt: Properly initialize AvdtpScb::curr_stream" into main am: 7fc1fa25

parents 31e43b66 7fc1fa25
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -422,6 +422,7 @@ public:
        curr_evt(0),
        cong(false),
        close_code(0),
        curr_stream(false),
        scb_handle_(0) {}

  /**
@@ -470,6 +471,7 @@ public:
    curr_evt = 0;
    cong = false;
    close_code = 0;
    curr_stream = false;
    scb_handle_ = scb_handle;
  }