~ubuntu-branches/ubuntu/natty/meanwhile/natty-201103250244

« back to all changes in this revision

Viewing changes to src/error.c

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-01-13 12:38:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060113123818-zod7j3hd9z0iz5fy
Tags: 1.0.2-0ubuntu1
* New upstream release
* Rename libmeanwhile0 to libmeanwhile1

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    CASE(GUEST_IN_USE, "The guest name is currently being used");
75
75
    CASE(MULTI_SERVER_LOGIN, "Login to two different servers concurrently");
76
76
    CASE(MULTI_SERVER_LOGIN2, "Login to two different servers concurrently");
 
77
    CASE(SERVER_BROKEN, "Server misconfiguration");
77
78
 
78
79
    /* 8.3.1.3 Client error codes */
79
80
    CASE(ERR_CLIENT_USER_GONE, "User is not online");