~ubuntu-branches/ubuntu/hoary/courier/hoary

« back to all changes in this revision

Viewing changes to authlib/authmysqllib.c

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-11-29 12:09:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041129120934-kkn0xj11j0n1n6lo
Tags: 0.47-3ubuntu1
* Nathaniel McCallum
 - debian/*.init: pretty initscripts
 - debian/control: version depends on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#define         SV_BEGIN_LEN            ((sizeof(SV_BEGIN_MARK))-1)
26
26
#define         SV_END_LEN              ((sizeof(SV_END_MARK))-1)
27
27
 
28
 
static const char rcsid[]="$Id: authmysqllib.c,v 1.35 2004/05/10 01:31:00 mrsam Exp $";
 
28
static const char rcsid[]="$Id: authmysqllib.c,v 1.36 2004/07/24 03:36:52 mrsam Exp $";
29
29
 
30
30
/* siefca@pld.org.pl */
31
31
struct var_data {                       
825
825
                        if (num_fields > 8 && row[8] && row[8][0])
826
826
                                ui.fullname=strdup(row[8]);
827
827
                        if (num_fields > 9 && row[9] && row[9][0])
828
 
                                ui.options=strdup(row[8]);
 
828
                                ui.options=strdup(row[9]);
829
829
                }
830
830
                else
831
831
                {