First pass through fixing SASL.
[m6w6/libmemcached] / clients / memping.cc
index f4fcec861a34e06d6b9701c298785c5dffd5331c..39b4fbe64cae7c12cd09414bd765d2b593eb6cc5 100644 (file)
@@ -9,7 +9,7 @@
  * Summary:
  *
  */
-#include "config.h"
+#include "mem_config.h"
 
 #include <stdio.h>
 #include <unistd.h>
@@ -144,6 +144,7 @@ void options_parse(int argc, char *argv[])
 
     case OPT_USERNAME:
       opt_username= optarg;
+      opt_binary= true;
       break;
 
     case OPT_PASSWD: