diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-12-10 03:21:38 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-12-10 03:21:38 +0000 |
commit | 216f3ae90881fb1d7301920b9c30f551f24244f3 (patch) | |
tree | 0fcf66f5c50a2da2ffa4a4f26b9ffba58917bf01 | |
parent | 287df36a0e4cf47d21d065279a0c9185f286b175 (diff) | |
download | samba-216f3ae90881fb1d7301920b9c30f551f24244f3.tar.gz samba-216f3ae90881fb1d7301920b9c30f551f24244f3.tar.bz2 samba-216f3ae90881fb1d7301920b9c30f551f24244f3.zip |
cleanup a little namespace pollution
(This used to be commit e5b484451a37a9ac940b342d70791b09362070ee)
-rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index bbccc67f97..111da3bcef 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -325,7 +325,7 @@ force write permissions on print services. functions. Any message that has a NULL function is unimplemented - please feel free to contribute implementations! */ -struct smb_message_struct +static struct smb_message_struct { char *name; int (*fn)(connection_struct *conn, char *, char *, int, int); |