Commit 190ae57d authored by Jean-Paul Saman's avatar Jean-Paul Saman

mmsh: cleanup

parent ecfdb8c3
...@@ -566,6 +566,7 @@ static int Describe( access_t *p_access, char **ppsz_location ) ...@@ -566,6 +566,7 @@ static int Describe( access_t *p_access, char **ppsz_location )
p_sys->i_packet_used = 0; p_sys->i_packet_used = 0;
p_sys->i_packet_length = 0; p_sys->i_packet_length = 0;
p_sys->p_packet = NULL; p_sys->p_packet = NULL;
GenerateGuid ( &p_sys->guid ); GenerateGuid ( &p_sys->guid );
if( OpenConnection( p_access ) ) if( OpenConnection( p_access ) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment