libsmb: Remove cli_state->dfs_mountpoint
[iboukris/samba-autobuild/.git] / source3 / libsmb / clientgen.c
index 4412651f5054d568523766630c5cd321196b6e0a..7cb89e87a9d0aaff8c68e00da01270f5f396523d 100644 (file)
@@ -101,10 +101,6 @@ struct cli_state *cli_state_create(TALLOC_CTX *mem_ctx,
                goto error;
        }
 
-       cli->dfs_mountpoint = talloc_strdup(cli, "");
-       if (!cli->dfs_mountpoint) {
-               goto error;
-       }
        cli->raw_status = NT_STATUS_INTERNAL_ERROR;
        cli->map_dos_errors = true; /* remove this */
        cli->timeout = CLIENT_TIMEOUT;