add message to NOOP result to appease gcc

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14173 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-08-27 12:49:52 +00:00
parent 64c89a98fe
commit 8047dfc92e

View File

@@ -99,7 +99,7 @@ main (int argc, char **argv)
/* Otherwise assume NOOP and send an OK message to the client */
else {
p.CurrentState = s->success_state;
pop_msg(&p,POP_SUCCESS,"");
pop_msg(&p,POP_SUCCESS,"time passes");
}
}
}