1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-05 04:23:51 +03:00

Add the ability to parse out the port to SMBC_parse_path().

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
This commit is contained in:
Jeremy Allison
2013-04-16 12:09:41 -07:00
parent c0cbf5936f
commit 534cf516ed
7 changed files with 69 additions and 0 deletions

View File

@@ -415,6 +415,7 @@ SMBC_parse_path(TALLOC_CTX *ctx,
const char *fname,
char **pp_workgroup,
char **pp_server,
uint16_t *p_port,
char **pp_share,
char **pp_path,
char **pp_user,