mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 07:20:10 +01:00
Fix "warning: label ‘done’ defined but not used".
This commit is contained in:
parent
720e44f973
commit
384ebe02b3
1 changed files with 2 additions and 0 deletions
|
|
@ -757,7 +757,9 @@ ClientAuthorized(ClientPtr client,
|
|||
}
|
||||
}
|
||||
priv->auth_id = auth_id;
|
||||
#ifdef HAVE_LAUNCHD
|
||||
done:
|
||||
#endif
|
||||
priv->conn_time = 0;
|
||||
|
||||
#ifdef XDMCP
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue