1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fixed typo in comment.

(This used to be commit b10ad789d6)
This commit is contained in:
Tim Potter 2001-08-28 06:02:51 +00:00
parent 82901df5e3
commit 5021be2f24

View File

@ -23,7 +23,7 @@
*/
#define BASE_MACHINE_UID 60000
#define MAX_MACHINE_UID 65500 /* 5500 trust acconts aren't enough? */
#define MAX_MACHINE_UID 65500 /* 5500 trust accounts aren't enough? */
#include "includes.h"
@ -715,5 +715,3 @@ int main (int argc, char **argv)
return 0;
}