mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-12 05:35:46 +00:00
added debug for termination of client socket path name.
This commit is contained in:
parent
ef6f2ef3d3
commit
c191f951fa
@ -1121,6 +1121,7 @@ int overlay_mdp_client_init()
|
|||||||
return WHY("Could not form MDP client socket name");
|
return WHY("Could not form MDP client socket name");
|
||||||
snprintf(overlay_mdp_client_socket_path,1024,fmt,random_value);
|
snprintf(overlay_mdp_client_socket_path,1024,fmt,random_value);
|
||||||
overlay_mdp_client_socket_path_len=strlen(overlay_mdp_client_socket_path);
|
overlay_mdp_client_socket_path_len=strlen(overlay_mdp_client_socket_path);
|
||||||
|
WHYF("MDP client socket name='%s'",overlay_mdp_client_socket_path);
|
||||||
}
|
}
|
||||||
bcopy(overlay_mdp_client_socket_path,name.sun_path,
|
bcopy(overlay_mdp_client_socket_path,name.sun_path,
|
||||||
overlay_mdp_client_socket_path_len);
|
overlay_mdp_client_socket_path_len);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user