Skip to content
Snippets Groups Projects
Commit 40577dcd authored by rswindell's avatar rswindell
Browse files

Added comment regarding smb_netaddr() not being thread-safe.

parent b8d6a1b7
No related branches found
No related tags found
No related merge requests found
...@@ -300,6 +300,7 @@ fidoaddr_t SMBCALL smb_atofaddr(const fidoaddr_t* sys_addr, const char *str) ...@@ -300,6 +300,7 @@ fidoaddr_t SMBCALL smb_atofaddr(const fidoaddr_t* sys_addr, const char *str)
/****************************************************************************/ /****************************************************************************/
/* Returns ASCIIZ representation of network address (net_t) */ /* Returns ASCIIZ representation of network address (net_t) */
/* NOT THREAD-SAFE! */
/****************************************************************************/ /****************************************************************************/
char* SMBCALL smb_netaddr(net_t* net) char* SMBCALL smb_netaddr(net_t* net)
{ {
......
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