ossp-pkg/petidomo/password.c 1.2 -> 1.3
--- password.c 2000/12/13 15:35:14 1.2
+++ password.c 2000/12/15 15:48:00 1.3
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/password.c,v $
- $Revision: 1.2 $
+ $Revision: 1.3 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -32,8 +32,6 @@
char * p;
char * q;
- debug((DEBUG_COMMAND, 3, "setPassword(\"%s\").", param1));
-
/* Find the beginning of the parameter. */
p = g_currLine;
@@ -63,7 +61,6 @@
/* Store the result. */
- debug((DEBUG_COMMAND, 2, "Setting current password to \"%s\".", p));
s_password = p;
return 0;
|
|