1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r12629: Add a comment so minimal_includes.pl doesn't try and remove this.

Andrew Bartlett
(This used to be commit 635e7befaad5ad65774f133062c82733a8cc9aee)
This commit is contained in:
Andrew Bartlett 2005-12-31 02:03:26 +00:00 committed by Gerald (Jerry) Carter
parent 8b7013fa50
commit 215b3bc055

View File

@ -34,7 +34,7 @@
#include "system/readline.h"
#include "pstring.h"
#include "auth/gensec/gensec.h"
#include "system/time.h"
#include "system/time.h" /* needed by some systems for asctime() */
static struct smbcli_state *cli;
static int port = 0;