~ubuntu-branches/ubuntu/raring/dynalogin/raring-proposed

« back to all changes in this revision

Viewing changes to libdynalogin/dynalogin.c

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2013-02-05 23:25:37 UTC
  • Revision ID: package-import@ubuntu.com-20130205232537-6rs4s182txmq6rdq
Tags: 0.9.14-2
* Correct behavior of oath_callback (Closes: #699856)
* Tweak title and description text
* Update control file for migration from collab-maint to pkg-auth
* Remove deprecated DM-Upload-Allowed

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
                return -1;
142
142
        }
143
143
 
144
 
        return strcmp(pvt->code, test_str);
 
144
        return abs(strcmp(pvt->code, test_str));
145
145
}
146
146
 
147
147
dynalogin_result_t dynalogin_authenticate