Skip to content

Commit

Permalink
Add missing assert.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Apr 29, 2019
1 parent af33126 commit 518bba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storage/driver/remote/storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ storageDriverRemoteNew(

ASSERT(modeFile != 0);
ASSERT(modePath != 0);
ASSERT(client != NULL);

// Create the object
StorageDriverRemote *this = NULL;
Expand Down

0 comments on commit 518bba1

Please sign in to comment.