diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2003-04-30 14:03:29 +0000 | 
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2003-04-30 14:03:29 +0000 | 
| commit | 24e663ab35cd5f9359f432eb47323f3bdc11216c (patch) | |
| tree | 403a759fb28ec27910f416fcac70e196bda18371 | |
| parent | 90d17c04ca93ba23bcf0f533777eba676308cdf5 (diff) | |
| download | samba-24e663ab35cd5f9359f432eb47323f3bdc11216c.tar.gz samba-24e663ab35cd5f9359f432eb47323f3bdc11216c.tar.bz2 samba-24e663ab35cd5f9359f432eb47323f3bdc11216c.zip  | |
Trailing , is non-standard (warning from IRIX)
(This used to be commit 96134959d9f8385dfbf34445a3fe6911507cf51e)
| -rw-r--r-- | source3/include/smb.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 5ee6b97172..64ed2416f8 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -251,7 +251,7 @@ enum SID_NAME_USE  	SID_NAME_DELETED,     /* deleted account: needed for c2 rating */  	SID_NAME_INVALID,     /* invalid account */  	SID_NAME_UNKNOWN,     /* unknown sid type */ -	SID_NAME_COMPUTER,    /* sid for a computer */ +	SID_NAME_COMPUTER     /* sid for a computer */  };  /** @@ -625,7 +625,7 @@ enum pdb_elements {  	PDB_NTPASSWD,  	/* this must be the last element */ -	PDB_COUNT, +	PDB_COUNT  };  enum pdb_value_state {  | 
