Skip to content

Commit 47968ab

Browse files
rkavitha-hclKAVITHA RAMALINGAM
authored and
KAVITHA RAMALINGAM
committedNov 25, 2024
Integrated Rebootbackend changes
1 parent ee29b8b commit 47968ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎src/sonic-framework/rebootbackend/rebootbe.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@ bool RebootBE::RetrieveNotificationData(
8585
RebootBE::NotificationRequest &request) {
8686
SWSS_LOG_ENTER();
8787

88-
request.op = "";
89-
request.ret_string = "";
88+
Request.op = "";
89+
Request.retString = "";
9090

9191
std::string data;
9292
std::vector<swss::FieldValueTuple> values;
93-
consumer.pop(request.op, data, values);
93+
consumer.pop(Request.op, data, values);
9494

9595
for (auto &fv : values) {
9696
if (DATA_TUPLE_KEY == fvField(fv)) {
97-
request.ret_string = fvValue(fv);
97+
request.retString = fvValue(fv);
9898
return true;
9999
}
100100
}

0 commit comments

Comments
 (0)