Revert commit a61ee2e

This commit is contained in:
Alexander Skovpen
2018-07-14 16:22:48 +03:00
committed by dukelsky
parent 459303ea19
commit e6e77b0634
37 changed files with 1035 additions and 1035 deletions

View File

@@ -90,7 +90,7 @@ int SMBCALL smb_ver(void)
char* SMBCALL smb_lib_ver(void)
{
return((char *)SMBLIB_VERSION);
return(SMBLIB_VERSION);
}
/****************************************************************************/