Skip to content
Snippets Groups Projects
Commit 9391ac78 authored by rswindell's avatar rswindell
Browse files

smb_open_sub() will now create the msgbase if hasn't been created yet.

I noticed that more than one caller of smb_open_sub() would not call
smb_create() if the sub had not been previously "created" and in some of the
instances where they did call smb_create(), if create failed, the message base
was errorneously left open. So just do the create here to elmiinate the chance
of error (forgetting) and redundancy of logic.
parent 6ab65441
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment