Remove setbuffer which caused build errors
authorJim McDonough <jmcd@samba.org>
Tue, 23 Oct 2001 17:49:28 +0000 (17:49 +0000)
committerJim McDonough <jmcd@samba.org>
Tue, 23 Oct 2001 17:49:28 +0000 (17:49 +0000)
(This used to be commit 5a482350a74e255b8db1ea3c8e76654d6f089f51)

source3/utils/net.c

index ab798df616ee713c179f32723231f6ff1d14b7f9..349f1c4f603d043dc5c3c75373d7ece7c63d2259 100644 (file)
@@ -1243,8 +1243,6 @@ int main(int argc,char *argv[])
 
   dbf = x_stdout;
 
-  setbuffer(stdout, NULL, 0);
-
   pc = poptGetContext(NULL, argc, (const char **) argv, long_options, 
                      POPT_CONTEXT_KEEP_FIRST);