~ubuntu-branches/ubuntu/trusty/evolution-exchange/trusty

« back to all changes in this revision

Viewing changes to server/lib/e2k-autoconfig.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Jeremy Bicha, Michael Biebl
  • Date: 2012-06-20 06:48:27 UTC
  • mfrom: (1.1.80) (0.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120620064827-yzlmon3kc8gzd7pf
Tags: 3.4.3-2
* Team upload.

[ Jeremy Bicha ]
* Drop debian/exchange-connector-setup-2.26.1:
  - The manpage doesn't have any useful information and wasn't
    being installed anyway.

[ Michael Biebl ]
* Strip debian/tmp/ from .install file.
* List missing files on installation.
* Update Vcs-* URLs.
* Drop obsolete Build-Depends on liborbit2-dev and group the evo/eds
  Build-Depends together.
* Drop obsolete workaround to set -fPIC explicitly via CFLAGS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1537
1537
        if (*result == E2K_AUTOCONFIG_OK) {
1538
1538
                const gchar *mailbox;
1539
1539
                gchar *owa_path;
 
1540
                guint port;
1540
1541
                gint len;
1541
1542
 
1542
1543
                *result = e2k_autoconfig_check_global_catalog (ac, &op);
1545
1546
                /* find mailbox and owa_path values */
1546
1547
                euri = e2k_uri_new (ac->home_uri);
1547
1548
                path = g_strdup (euri->path + 1);
 
1549
                port = euri->port;
1548
1550
                e2k_uri_free (euri);
1549
1551
 
1550
1552
                /* no slash at the end of path */
1588
1590
                g_free (path);
1589
1591
 
1590
1592
                exchange_params->host = g_strdup (ac->pf_server);
 
1593
                exchange_params->port = port;
1591
1594
                if (ac->gc_server != NULL)
1592
1595
                        camel_exchange_settings_set_gc_server_name (
1593
1596
                                exchange_params->settings, ac->gc_server);