Skip to content

Commit

Permalink
package_daemon::FSTransaction: Init fIsFinished
Browse files Browse the repository at this point in the history
CID 1108429.
  • Loading branch information
stpere committed Jul 3, 2015
1 parent e8f7b0e commit ce31243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/servers/package/FSTransaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ class FSTransaction::Operation {
Operation(FSTransaction* transaction, int32 operation)
:
fTransaction(transaction),
fOperation(operation)
fOperation(operation),
fIsFinished(false)
{
}

Expand Down

0 comments on commit ce31243

Please sign in to comment.