]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_ident.cpp
Started on -Wall - safe compile
[user/henk/code/inspircd.git] / src / modules / m_ident.cpp
index 0e79cf496023d8cbbedef47df787400f8e11dbf3..45be7e874a44a527c25fb56472fc71f946532c3b 100644 (file)
@@ -14,6 +14,8 @@
  * ---------------------------------------------------
  */
 
+using namespace std;
+
 #include <stdio.h>
 #include <string>
 #include <stdlib.h>
@@ -235,6 +237,7 @@ class RFC1413
                                break;
                        }
                }
+               return true;
        }
 
        // returns true if the operation is completed,