Having a const parameter for set_socket_options() causes too much confusion.
authorTim Potter <tpot@samba.org>
Tue, 22 Jan 2002 00:31:41 +0000 (00:31 +0000)
committerTim Potter <tpot@samba.org>
Tue, 22 Jan 2002 00:31:41 +0000 (00:31 +0000)
(This used to be commit 025a0ea8bac876633b790b62558a8ec1b7460e1b)

source3/lib/util_sock.c

index 6de09553e0cc9e9846d11a31812a762c8f4327d1..0ca36b3788ee06399db3dc461f3ae241a4441a55 100644 (file)
@@ -116,7 +116,7 @@ static void print_socket_options(int s)
  Set user socket options.
 ****************************************************************************/
 
-void set_socket_options(int fd, const char *options)
+void set_socket_options(int fd, char *options)
 {
        fstring tok;