Updated to version 1.143

Please keep in mind that this is still a development version and might surprise you (not necessarily in a good way).

Do not let me discourage you to build and test this version, although there will be some risks involved such as data corruption or loss of data.
This commit is contained in:
obarthel
2018-05-30 18:59:23 +02:00
parent 8e4d177607
commit 41e8bc46bd
11 changed files with 650 additions and 273 deletions
+1
View File
@@ -75,6 +75,7 @@ int smb_proc_dskattr (struct smb_server *server, struct smb_dskattr *attr, int *
int smb_proc_connect(struct smb_server *server, int * error_ptr);
/* sock.c */
int smb_discard_netbios_frames(struct smb_server *server, int sock_fd, int * error_ptr);
void smb_check_server_connection(struct smb_server *server, int error);
void smb_release(struct smb_server *server);
int smb_connect(struct smb_server *server, int * error_ptr);
+1 -1
View File
@@ -58,7 +58,7 @@ struct smb_server
int dont_retry;
/* olsen (2018-05-18): Override the "Native OS" name passed to the server. */
char * native_os;
const char * native_os;
};
#endif