From 24e663ab35cd5f9359f432eb47323f3bdc11216c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 30 Apr 2003 14:03:29 +0000 Subject: Trailing , is non-standard (warning from IRIX) (This used to be commit 96134959d9f8385dfbf34445a3fe6911507cf51e) --- source3/include/smb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') 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 { -- cgit