* vfs/samba/lib/util_sock.c (socket_options): Made static const.

This commit is contained in:
Andrew V. Samoilov 2001-06-01 13:38:04 +00:00
parent 9442074b84
commit 7df26a45b5
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ BOOL is_a_socket(int fd)
enum SOCK_OPT_TYPES {OPT_BOOL,OPT_INT,OPT_ON};
struct
static const struct
{
char *name;
int level;