1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

comma after DOM_MAP_USER removed

(This used to be commit ce1ae86cbd8dec18ff981d1fce05ed660e263f38)
This commit is contained in:
Luke Leighton 1999-02-01 16:32:01 +00:00
parent 1cf9521b2d
commit 68a1171c82

View File

@ -472,7 +472,7 @@ typedef enum
{
DOM_MAP_LOCAL,
DOM_MAP_DOMAIN,
DOM_MAP_USER,
DOM_MAP_USER
} DOM_MAP_TYPE;